Fix not starting bug

This commit is contained in:
Nick Peng
2019-01-02 01:05:27 +08:00
parent 379447cfd2
commit e226f8b80a

View File

@@ -292,3 +292,7 @@ stop() {
service_stop /usr/sbin/smartdns service_stop /usr/sbin/smartdns
} }
reload(){
stop
start
}