make.sh: remove question for creating .config

This commit is contained in:
Arne Fitzenreiter
2011-10-02 14:49:12 +02:00
parent eed83b35a3
commit f3df269f02

View File

@@ -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