mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-07-15 18:29:44 +07:00
fix
This commit is contained in:
@ -22,6 +22,7 @@ remount_hook() {
|
|||||||
if getargbool 1 remountsecure; then
|
if getargbool 1 remountsecure; then
|
||||||
if ! remount-secure ; then
|
if ! remount-secure ; then
|
||||||
warn "'remount-secure' failed."
|
warn "'remount-secure' failed."
|
||||||
|
return 1
|
||||||
fi
|
fi
|
||||||
info "'remount-secure' success."
|
info "'remount-secure' success."
|
||||||
return 0
|
return 0
|
||||||
|
Reference in New Issue
Block a user