summaryrefslogtreecommitdiff
path: root/Compose/configure.sh
diff options
context:
space:
mode:
Diffstat (limited to 'Compose/configure.sh')
-rw-r--r--Compose/configure.sh5
1 files changed, 1 insertions, 4 deletions
diff --git a/Compose/configure.sh b/Compose/configure.sh
index a0eb5e0..7e79713 100644
--- a/Compose/configure.sh
+++ b/Compose/configure.sh
@@ -13,10 +13,7 @@ CONFFILE=.config
MODPATH=./src
MODSUFFIX=.module
-if [ ! -e $CONFFILE ] ; then
- # leere Konfiguration erzeugen
- echo "USER_XCOMPOSE = base " > $CONFFILE
-fi
+[ -e $CONFFILE ] || { echo $CONFFILE fehlt; exit 1; }
#
# verfügbare Module auslesen und Kurzbeschreibung anzeigen