diff --git a/usr/bin/remount-secure b/usr/bin/remount-secure index 102af4f..9c5bb55 100755 --- a/usr/bin/remount-secure +++ b/usr/bin/remount-secure @@ -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