]> pd.if.org Git - startuptools/blobdiff - scripts/rc.shutdown
fix error in rc.shutdown
[startuptools] / scripts / rc.shutdown
index a07cc9a2f9dc27b8b7131a5063f599dfe0162e63..ee5c439ac476eb234f446cf3a3263dbd89105639 100644 (file)
@@ -61,7 +61,7 @@ if is_true "$USELVM" && [ -x /sbin/vgchange ]; then
        status_check
 fi
 
-if [ -x /sbin/udevadm && is_true "$USE_UDEV" ; then
+if [ -x /sbin/udevadm && is_true "$USE_UDEV" ; then
        status_begin "Shutting down udev"
        /sbin/udevadm control --exit
        status_check