This commit is contained in:
Patrick Schleizer 2023-10-22 13:12:25 -04:00
parent 28cb53341d
commit b0181af099
No known key found for this signature in database
GPG Key ID: CB8D50BB77BB3C48

View File

@ -22,6 +22,7 @@ remount_hook() {
if getargbool 1 remountsecure; then
if ! remount-secure ; then
warn "'remount-secure' failed."
return 1
fi
info "'remount-secure' success."
return 0