aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--functions2
-rwxr-xr-xrc.shutdown2
2 files changed, 2 insertions, 2 deletions
diff --git a/functions b/functions
index 81328df..471c7d1 100644
--- a/functions
+++ b/functions
@@ -370,7 +370,7 @@ activate_vgs() {
# Newer packages will only have /sbin/cryptsetup and no static binary
# This ensures maximal compatibility with the old and new layout
for CS in /sbin/cryptsetup /usr/sbin/cryptsetup \
- /sbin/cryptsetup.static ''; do
+ /sbin/cryptsetup.static ''; do
[[ -x $CS ]] && break
done
diff --git a/rc.shutdown b/rc.shutdown
index 86ff799..30708ce 100755
--- a/rc.shutdown
+++ b/rc.shutdown
@@ -121,7 +121,7 @@ if [[ -x /run/initramfs/shutdown ]]; then
else
status "Remounting Root Filesystem Read-only" \
- mount -n -o remount,ro /
+ mount -n -o remount,ro /
# Power off or reboot
printsep