debugging

This commit is contained in:
Patrick Schleizer 2023-10-22 19:21:51 -04:00
parent e7aafd64d4
commit d2e8a6dad3
No known key found for this signature in database
GPG Key ID: CB8D50BB77BB3C48

View File

@ -136,9 +136,9 @@ $0 3"
preparation() { preparation() {
## Debugging. ## Debugging.
$output_command "INFO: 'findmnt --list' output at the START." #$output_command "INFO: 'findmnt --list' output at the START."
$output_command "$(findmnt --list)" #$output_command "$(findmnt --list)"
$output_command "" #$output_command ""
true true
} }
@ -271,8 +271,9 @@ _home() {
end() { end() {
## Debugging. ## Debugging.
$output_command "INFO: 'findmnt --list' output at the END." #$output_command "INFO: 'findmnt --list' output at the END."
$output_command "$(findmnt --list)" #$output_command "$(findmnt --list)"
$output_command "INFO: exit_code: $exit_code" $output_command "INFO: exit_code: $exit_code"
$output_command "$0: INFO: END" $output_command "$0: INFO: END"
exit $exit_code exit $exit_code