From: Christian Hofstaedtler Date: Wed, 30 Nov 2011 11:35:16 +0000 (+0100) Subject: Repair noudev info message X-Git-Tag: v0.0.9~1 X-Git-Url: http://git.grml.org/?p=grml-udev-config.git;a=commitdiff_plain;h=4c50911e41920d34775deac3528350d58ef5e4a5 Repair noudev info message --- diff --git a/debian/grml-udev-config.grml-udev.init b/debian/grml-udev-config.grml-udev.init index 8e30bf0..8d106e5 100644 --- a/debian/grml-udev-config.grml-udev.init +++ b/debian/grml-udev-config.grml-udev.init @@ -84,8 +84,8 @@ case "$1" in # support bootoption noudev and inform user how to skip # execution of udev (being bootoption noudev) if ! grep -q noudev /proc/cmdline ; then - check_for_non_interactive && \ - log_action_msg "If your system hangs now, disable udev with bootoption \"noudev\"" + check_for_non_interactive && \ + log_action_msg "If your system hangs now, disable udev with bootoption \"noudev\"" && echo else # - allow execution of initscript through FORCE=1 when booting with noudev if [ -z "$FORCE" ] ; then