Signed-off-by: Allan McRae <[email protected]>
---
 rc.shutdown |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rc.shutdown b/rc.shutdown
index f8d870d..fdc1b9a 100755
--- a/rc.shutdown
+++ b/rc.shutdown
@@ -55,7 +55,7 @@ run_hook shutdown_postumount
 
 # Kill non-root encrypted partition mappings
 if [[ -f /etc/crypttab ]] && type -p cryptsetup >/dev/null; then
-       stat_busy "Deactivating encrypted volumes:"
+       stat_busy "Deactivating encrypted volumes"
                # Maybe someone has LVM on an encrypted block device
                # executing an extra vgchange is errorless
                is_true $USELVM && vgchange --sysinit -a n &>/dev/null
-- 
1.7.10.4

Reply via email to