A few more abs path adjustments

This commit is contained in:
Akkadius 2017-10-10 13:42:39 -05:00
parent e2746450b1
commit 5c3d57a1a1
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ router.post('/', authorize.auth, function(req, res, next) {
switch (request.action) {
case "stop":
dhcp_exec = execSync('/usr/sbin/service service isc-dhcp-server stop && /bin/sleep 1');
dhcp_exec = execSync('/usr/sbin/service isc-dhcp-server stop && /bin/sleep 1');
res.send("<script type='text/javascript'>notification('DHCP Server Stopped');ignore_cache = 1;do_pjax_request('/dhcp_start_stop_restart');$('#mdModal').modal('hide');</script>");
break;
case "start":