mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-04-27 18:56:34 -04:00
Merge remote-tracking branch 'ArrayBolt3/arraybolt3/rename-boot-modes'
This commit is contained in:
commit
c0a18c5a71
@ -76,7 +76,7 @@ if [ "$PAM_USER" = 'sysmaint' ]; then
|
|||||||
sysmaint_passwd_info="$(passwd --status sysmaint 2>/dev/null)" || true
|
sysmaint_passwd_info="$(passwd --status sysmaint 2>/dev/null)" || true
|
||||||
sysmaint_lock_info="$(cut -d' ' -f2 <<< "${sysmaint_passwd_info}")"
|
sysmaint_lock_info="$(cut -d' ' -f2 <<< "${sysmaint_passwd_info}")"
|
||||||
if [ "${sysmaint_lock_info}" = 'L' ]; then
|
if [ "${sysmaint_lock_info}" = 'L' ]; then
|
||||||
echo "$0: ERROR: Reboot and choose 'PERSISTENT mode SYSMAINT' for system maintenance. See https://www.kicksecure.com/wiki/Sysmaint"
|
echo "$0: ERROR: Reboot and choose 'PERSISTENT Mode - SYSMAINT Session' for system maintenance. See https://www.kicksecure.com/wiki/Sysmaint"
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user