diff --git a/.github/workflows/cron.yml b/.github/workflows/cron.yml index 632c24e..9e8ef7d 100644 --- a/.github/workflows/cron.yml +++ b/.github/workflows/cron.yml @@ -183,7 +183,7 @@ jobs: VPN_PASSWORD='your_vpn_password' \ VPN_DNS_SRV1='1.1.1.1' \ VPN_DNS_SRV2='1.0.0.1' \ - sh vpnsetup.sh + bash vpnsetup.sh restart_ipsec grep -q "your_ipsec_pre_shared_key" /etc/ipsec.secrets @@ -421,12 +421,13 @@ jobs: sed -i '/swan_ver_latest=/s/^/#/' vpnup.sh for ver in 3.32 4.1 4.2 4.3 4.4; do + [ "$ver" = "4.3" ] && shc=sh || shc=bash sed -i "s/^SWAN_VER=.*/SWAN_VER=$ver/" vpnup.sh - sh vpnup.sh <