From 2d67bfb005b9f1c2f94f0cfb350ea47912542c79 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Wed, 5 Sep 2012 11:22:46 +0200 Subject: [PATCH] blacklist: fix indention --- usr_sbin/blacklist | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" -- 2.1.4