aboutsummaryrefslogtreecommitdiff
path: root/rc.shutdown
diff options
context:
space:
mode:
authorDave Reisner <dreisner@archlinux.org>2011-10-18 14:14:04 -0400
committerDave Reisner <dreisner@archlinux.org>2011-11-06 19:15:52 -0500
commit6e49b6c5a8ce029856e2db4bce0684105fa7e2fd (patch)
tree354aa27c08141af0122ad3f3e44cdae9bc85e5d1 /rc.shutdown
parent92417647ce005c5de3de710389a708ff293d1c77 (diff)
downloadinitscripts-6e49b6c5a8ce029856e2db4bce0684105fa7e2fd.tar.xz
fix non-uniform indentation
Signed-off-by: Dave Reisner <dreisner@archlinux.org>
Diffstat (limited to 'rc.shutdown')
-rwxr-xr-xrc.shutdown2
1 files changed, 1 insertions, 1 deletions
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