mirror of
https://github.com/Kicksecure/security-misc.git
synced 2024-12-22 16:13:35 +07:00
use long option name
This commit is contained in:
parent
c99021bb0c
commit
175b442d5b
@ -73,7 +73,7 @@ https://www.kicksecure.com/wiki/root#console
|
||||
fi
|
||||
|
||||
if [ "$PAM_USER" = 'sysmaint' ]; then
|
||||
sysmaint_passwd_info="$(passwd -S sysmaint 2>/dev/null)" || true
|
||||
sysmaint_passwd_info="$(passwd --status sysmaint 2>/dev/null)" || true
|
||||
sysmaint_lock_info="$(cut -d' ' -f2 <<< "${sysmaint_passwd_info}")"
|
||||
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"
|
||||
|
Loading…
Reference in New Issue
Block a user