Signed-off-by: Dave Reisner <[email protected]>
---
 functions   |    2 +-
 rc.shutdown |    2 +-
 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
-- 
1.7.7.2

Reply via email to