Update wifidog.init

This commit is contained in:
Dengfeng Liu 2017-03-16 16:29:51 +08:00 committed by GitHub
parent 15de633a24
commit 55f802de28

View File

@ -186,7 +186,7 @@ init_config() {
[ ! -f $CONFIGFILE ] && {
echo "no wifidog.conf, exit....."
/usr/bin/wdctl stop
stop
exit
}
}