From 93054c2091d08535fccecb3d18f81f20c00e175c Mon Sep 17 00:00:00 2001 From: Christoph Hummer Date: Mon, 15 Jul 2024 15:47:50 +0200 Subject: [PATCH] fix path - fix path for generated proxy file --- emhttp/plugins/dynamix/scripts/set_proxy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;