mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 11:43:25 +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
|
if [ -f .config ]; then
|
||||||
. .config
|
. .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
|
fi
|
||||||
|
|
||||||
if [ -z $EDITOR ]; then
|
if [ -z $EDITOR ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user