From edf25e21839cd0c9da1bdfb8df2ef06d2561e7a7 Mon Sep 17 00:00:00 2001 From: hwdsl2 Date: Thu, 19 Aug 2021 23:00:57 -0500 Subject: [PATCH] Update tests --- .github/workflows/cron.yml | 14 ++++++++------ .github/workflows/main.yml | 14 ++++++++------ 2 files changed, 16 insertions(+), 12 deletions(-) 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 <