This commit is contained in:
Patrick Schleizer 2025-05-28 08:37:03 -04:00
parent d5edc243ac
commit 3e102df765
No known key found for this signature in database
GPG key ID: CB8D50BB77BB3C48

View file

@ -111,6 +111,7 @@ if [ "$PAM_USER" = 'sysmaint' ]; then
fi
fi
kernel_cmdline=""
if test -f /proc/cmdline; then
kernel_cmdline="$(cat -- /proc/cmdline)"
fi