From 10aee293e8e942a47ade5298fcd2804c8ad7fb2b Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Thu, 12 May 2022 10:47:07 +0200 Subject: [PATCH] net/wireguard: fix lint issues 755 is actually required here, .bash suffix to not break POSIX shell lint. --- .../OPNsense/Wireguard/{resolve-dns.sh => resolve-dns.bash} | 0 .../src/opnsense/service/conf/actions.d/actions_wireguard.conf | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename net/wireguard/src/opnsense/scripts/OPNsense/Wireguard/{resolve-dns.sh => resolve-dns.bash} (100%) mode change 100644 => 100755 diff --git a/net/wireguard/src/opnsense/scripts/OPNsense/Wireguard/resolve-dns.sh b/net/wireguard/src/opnsense/scripts/OPNsense/Wireguard/resolve-dns.bash old mode 100644 new mode 100755 similarity index 100% rename from net/wireguard/src/opnsense/scripts/OPNsense/Wireguard/resolve-dns.sh rename to net/wireguard/src/opnsense/scripts/OPNsense/Wireguard/resolve-dns.bash diff --git a/net/wireguard/src/opnsense/service/conf/actions.d/actions_wireguard.conf b/net/wireguard/src/opnsense/service/conf/actions.d/actions_wireguard.conf index 84fa90580..c132c16b8 100644 --- a/net/wireguard/src/opnsense/service/conf/actions.d/actions_wireguard.conf +++ b/net/wireguard/src/opnsense/service/conf/actions.d/actions_wireguard.conf @@ -24,7 +24,7 @@ message:Restarting WireGuard description: Restart WireGuard [renew] -command:/usr/local/opnsense/scripts/OPNsense/Wireguard/resolve-dns.sh +command:/usr/local/opnsense/scripts/OPNsense/Wireguard/resolve-dns.bash parameters: type:script message:Renew DNS for Wireguard