lower debugging

This commit is contained in:
Patrick Schleizer 2023-01-07 15:04:42 -05:00
parent 10932bb5d8
commit 2cc3c6c59c
No known key found for this signature in database
GPG Key ID: CB8D50BB77BB3C48

View File

@ -5,13 +5,6 @@
set -x
set -e
true "env:"
env
## Debugging.
## Lets hope $1 is set to reboot, poweroff or halt by systemd.
true "1: $1"
# Get the kernel command-line arguments
cmdline=$(cat /proc/cmdline)