From 76ed29a773435264b5bb623b51c50d974a70e380 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Thu, 2 Dec 2010 15:18:23 +0100 Subject: [PATCH 1/1] Improve check4root. --- grml-debootstrap | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/grml-debootstrap b/grml-debootstrap index a850a4e..fb8562c 100755 --- a/grml-debootstrap +++ b/grml-debootstrap @@ -91,10 +91,6 @@ fi # make sure we have what we need {{{ check4progs debootstrap dialog || exit 1 -if ! check4root ; then - echo "For usage instructions please execute '$PN --help'." - exit 1 -fi # }}} # source main configuration file {{{ @@ -169,6 +165,13 @@ fi } # }}} +# check for root permissions {{{ +if ! check4root ; then + echo "For usage instructions please execute '$PN --help'." + exit 1 +fi +# }}} + # source specified configuration file {{{ if [ -n "$CONFIGFILE" ] ; then einfo "Reading specified config file $CONFIGFILE." -- 2.1.4