From: Michael Prokop Date: Wed, 5 Sep 2012 09:22:46 +0000 (+0200) Subject: blacklist: fix indention X-Git-Tag: v2.2.1~1 X-Git-Url: http://git.grml.org/?p=grml-scripts.git;a=commitdiff_plain;h=2d67bfb005b9f1c2f94f0cfb350ea47912542c79 blacklist: fix indention --- diff --git a/usr_sbin/blacklist b/usr_sbin/blacklist index eaf8273..8446a41 100755 --- a/usr_sbin/blacklist +++ b/usr_sbin/blacklist @@ -17,8 +17,8 @@ if [ -z "$1" ] || [ "$1" = "-h" ] || [ "$1" = "--help" ] ; then fi if [ "$(id -ru)" != "0" ] ; then - echo Error: become root before starting $0 >& 2 - exit 100 + echo Error: become root before starting $0 >& 2 + exit 100 fi [ -f "$MODPROBEFILE" ] || touch "$MODPROBEFILE"