X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=etc%2Fgrml%2Ffai%2Fconfig%2Fscripts%2FGRMLBASE%2F20-sudo;h=be6d2429925df21f0168066509e5bf07f474f95d;hb=c2fac3a755349df217d4a036807ac04332644f44;hp=b8a41987470cfcf594bd6d60461ba3f1f699f864;hpb=dd814754c67b9089428e17756d40fd848c58647f;p=grml-live.git diff --git a/etc/grml/fai/config/scripts/GRMLBASE/20-sudo b/etc/grml/fai/config/scripts/GRMLBASE/20-sudo index b8a4198..be6d242 100755 --- a/etc/grml/fai/config/scripts/GRMLBASE/20-sudo +++ b/etc/grml/fai/config/scripts/GRMLBASE/20-sudo @@ -11,7 +11,7 @@ set -e USERNAME='' [ -r /etc/grml/grml-live.conf ] && . /etc/grml/grml-live.conf -[ -r /etc/grml/grml-live.local ] && . /etc/grml/grml-live.local +[ -n "$GRML_LIVE_LOCAL_CONFIG" ] && . "$GRML_LIVE_LOCAL_CONFIG" [ -n "$USERNAME" ] || USERNAME=grml fcopy -v /etc/sudoers