mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-14 04:52:59 +02:00
make.sh: remove question for creating .config
This commit is contained in:
8
make.sh
8
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
|
||||
|
||||
Reference in New Issue
Block a user