X-Git-Url: http://git.grml.org/?p=grml-autoconfig.git;a=blobdiff_plain;f=sbin%2Fgrml-autoconfig;h=0abc8f89203bafe3cda465ba63090f63cb934e73;hp=26f8cd7f0ef0973145d62eec84995a29b4002de0;hb=724713da63a47e2dd8aa7e7a180ae9d2d891b672;hpb=dc9cfd7feec9da337e84c4746d3cb68d21e33ca4 diff --git a/sbin/grml-autoconfig b/sbin/grml-autoconfig index 26f8cd7..0abc8f8 100755 --- a/sbin/grml-autoconfig +++ b/sbin/grml-autoconfig @@ -4,7 +4,6 @@ # Authors: grml-team (grml.org), (c) Michael Prokop # Bug-Reports: see http://grml.org/bugs/ # License: This file is licensed under the GPL v2. -# Latest change: Sam Jän 19 23:02:56 CET 2008 [mika] ################################################################################ if [ "$UID" != 0 ]; then @@ -16,12 +15,7 @@ LC_ALL=C PN="$(basename $0)" TMPFILE="$(mktemp)" -if grep -q small /etc/grml_version 2>/dev/null ; then - AUTOCONFIG=/etc/grml/autoconfig.small -else - AUTOCONFIG=/etc/grml/autoconfig -fi - +AUTOCONFIG=/etc/grml/autoconfig [ -r $AUTOCONFIG ] || exit 1 # helper functions