]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
make.sh: remove question for creating .config
authorArne Fitzenreiter <arne_f@ipfire.org>
Sun, 2 Oct 2011 12:49:12 +0000 (14:49 +0200)
committerArne Fitzenreiter <arne_f@ipfire.org>
Sun, 2 Oct 2011 12:49:12 +0000 (14:49 +0200)
make.sh

diff --git a/make.sh b/make.sh
index 9d7581b4d5e7725b633c22a71f672daad03a2cb5..d05fecd5949b928bd2b666bda1791750ca0bdc86 100755 (executable)
--- a/make.sh
+++ b/make.sh
@@ -71,14 +71,6 @@ mkdir $BASEDIR/log/ 2>/dev/null
 
 if [ -f .config ]; then
        . .config
-else
-       echo -e  "${BOLD}No configuration found!${NORMAL}"
-       echo -ne "Do you want to create one (y/N)?"
-       read CREATE_CONFIG
-       echo ""
-       if [ "$CREATE_CONFIG" == "y" ]; then
-               make_config
-       fi
 fi
 
 if [ -z $EDITOR ]; then