X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=usr_sbin%2Fblacklist;h=8446a411c0e5a1701f047a0da8f56b82e951a28c;hb=2706049698b8bc7478aa252f5e3a4f394bad4e5e;hp=eaf82736daa67596c3afcfa36dcb543e93c791cf;hpb=f5b8aabc899afe86426dc52bb063bece253201f5;p=grml-scripts.git 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"