- fix path for generated proxy file
This commit is contained in:
Christoph Hummer
2024-07-15 15:47:50 +02:00
committed by GitHub
parent bbed6047e3
commit 93054c2091

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;