Merge pull request #1786 from ich777/proxy-fix

fix path
This commit is contained in:
tom mortensen
2024-07-16 09:58:10 -07:00
committed by GitHub
+1 -1
View File
@@ -19,7 +19,7 @@ $proxy_ini = '/usr/local/emhttp/state/proxy.ini';
$rnd = rand();
/* Comments to beginning of the proxy_sh file. */
$comments = "#!/bin/bash\n"."# Do not edit. This file is autogenerated by /usr/local/sbin/set_proxy.\n";
$comments = "#!/bin/bash\n"."# Do not edit. This file is autogenerated by /usr/local/emhttp/plugins/dynamix/scripts/set_proxy.\n";
/* Set verbose if command line switch is set. */
$verbose = false;