debugging

This commit is contained in:
Patrick Schleizer 2023-10-22 10:16:43 -04:00
parent b81a991731
commit 45ce0ff74d
No known key found for this signature in database
GPG Key ID: CB8D50BB77BB3C48

View File

@ -28,6 +28,10 @@ init() {
mkdir --parents "/run/remount-secure"
exit_code=0
mount_output="$(mount)"
## Debugging.
$output_command "INFO: mount_output:"
$output_command "$mount_output"
}
parse_options() {