Browse Source

fix wrong reload command 2

rufengsuixing 5 years ago
parent
commit
de8c7d3498
1 changed files with 1 additions and 1 deletions
  1. 1 1
      luasrc/model/cbi/AdGuardHome/manual.lua

+ 1 - 1
luasrc/model/cbi/AdGuardHome/manual.lua

@@ -57,7 +57,7 @@ o.validate=function(self, value)
 end
 o.write = function(self, section, value)
 	NXFS.move("/tmp/AdGuardHometmpconfig.yaml",escconf)
-	io.popen("sleep 1 ;/etc/init.d/AdGuardHome reload & ;")
+	io.popen("sleep 1 ;/etc/init.d/AdGuardHome reload &")
 end
 o.remove = function(self, section, value)
 	NXFS.writefile(escconf, "")