aboutsummaryrefslogtreecommitdiff
path: root/rc.shutdown
diff options
context:
space:
mode:
Diffstat (limited to 'rc.shutdown')
-rwxr-xr-xrc.shutdown6
1 files changed, 3 insertions, 3 deletions
diff --git a/rc.shutdown b/rc.shutdown
index fef1117..f588058 100755
--- a/rc.shutdown
+++ b/rc.shutdown
@@ -78,9 +78,9 @@ if [[ -f /etc/crypttab && -n $CS ]] && /bin/grep -q ^[^#] /etc/crypttab; then
fi
if [[ $USELVM =~ yes|YES && -x /sbin/lvm && -d /sys/block ]]; then
- stat_busy "Deactivating LVM2 groups"
- /sbin/vgchange --sysinit -a n >/dev/null 2>&1
- stat_done
+ stat_busy "Deactivating LVM2 groups"
+ /sbin/vgchange --sysinit -a n >/dev/null 2>&1
+ stat_done
fi
stat_busy "Remounting Root Filesystem Read-only"