diff --git a/usr/bin/remount-secure b/usr/bin/remount-secure index 9f81d30..ab25e33 100755 --- a/usr/bin/remount-secure +++ b/usr/bin/remount-secure @@ -215,6 +215,7 @@ end() { ## Debugging. $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 }