mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-08-01 18:36:06 -04:00
debugging
This commit is contained in:
parent
e7aafd64d4
commit
d2e8a6dad3
1 changed files with 6 additions and 5 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue