diff --git a/emhttp/plugins/dynamix/scripts/set_proxy b/emhttp/plugins/dynamix/scripts/set_proxy index 2249b2cd0..3123a2e04 100755 --- a/emhttp/plugins/dynamix/scripts/set_proxy +++ b/emhttp/plugins/dynamix/scripts/set_proxy @@ -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;