1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-03-09 15:40:03 +00:00
This commit is contained in:
Ycarus (Yannick Chabanois) 2019-07-26 19:56:07 +02:00
parent 997c69026e
commit 20deac9470

View file

@ -410,6 +410,7 @@ start_service() {
[ -z "$RELOAD" ] && { [ -z "$RELOAD" ] && {
logger -t "omr-bypass" "Restart dnsmasq..." logger -t "omr-bypass" "Restart dnsmasq..."
/etc/init.d/dnsmasq restart /etc/init.d/dnsmasq restart
}
[ -n "$RELOAD" ] && { [ -n "$RELOAD" ] && {
logger -t "omr-bypass" "Reload dnsmasq..." logger -t "omr-bypass" "Reload dnsmasq..."
/etc/init.d/dnsmasq reload /etc/init.d/dnsmasq reload