This commit is contained in:
Patrick Schleizer 2023-10-22 15:37:21 -04:00
parent f80b5fe376
commit 7112eac3be
No known key found for this signature in database
GPG Key ID: CB8D50BB77BB3C48

View File

@ -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
}