mirror of
https://github.com/Kicksecure/security-misc.git
synced 2024-12-23 01:03:35 +07:00
debugging
This commit is contained in:
parent
e7aafd64d4
commit
d2e8a6dad3
@ -136,9 +136,9 @@ $0 3"
|
||||
|
||||
preparation() {
|
||||
## Debugging.
|
||||
$output_command "INFO: 'findmnt --list' output at the START."
|
||||
$output_command "$(findmnt --list)"
|
||||
$output_command ""
|
||||
#$output_command "INFO: 'findmnt --list' output at the START."
|
||||
#$output_command "$(findmnt --list)"
|
||||
#$output_command ""
|
||||
true
|
||||
}
|
||||
|
||||
@ -271,8 +271,9 @@ _home() {
|
||||
|
||||
end() {
|
||||
## Debugging.
|
||||
$output_command "INFO: 'findmnt --list' output at the END."
|
||||
$output_command "$(findmnt --list)"
|
||||
#$output_command "INFO: 'findmnt --list' output at the END."
|
||||
#$output_command "$(findmnt --list)"
|
||||
|
||||
$output_command "INFO: exit_code: $exit_code"
|
||||
$output_command "$0: INFO: END"
|
||||
exit $exit_code
|
||||
|
Loading…
Reference in New Issue
Block a user