aboutsummaryrefslogtreecommitdiff
path: root/rc.shutdown
diff options
context:
space:
mode:
authorKurt J. Bosch <kjb-temp-2009@alpenjodel.de>2011-06-27 14:55:24 +0200
committerKurt J. Bosch <kjb-temp-2009@alpenjodel.de>2011-06-28 13:51:23 +0200
commitd5cd39a27758d7768732fe252da40899021decf7 (patch)
treea38076adc82a9d47a8795799dcc3d013050f74f0 /rc.shutdown
parentec9532312b746c987a9b8a4570288f1233ee63f2 (diff)
downloadinitscripts-d5cd39a27758d7768732fe252da40899021decf7.tar.xz
Fix whitespace
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 9eb0b31..6d43229 100755
--- a/rc.shutdown
+++ b/rc.shutdown
@@ -58,7 +58,7 @@ if [[ -f /etc/crypttab && $CS ]] && grep -q ^[^#] /etc/crypttab; then
stat_busy "Deactivating encrypted volumes:"
# Maybe someone has LVM on an encrypted block device
# executing an extra vgchange is errorless
- [[ $USELVM = [Yy][Ee][Ss] ]] && vgchange --sysinit -a n &>/dev/null
+ [[ $USELVM = [Yy][Ee][Ss] ]] && vgchange --sysinit -a n &>/dev/null
do_lock() {
stat_append "${1}.."
if $CS remove "$1" &>/dev/null; then