Update tests

This commit is contained in:
hwdsl2 2022-03-07 21:38:01 -06:00
parent e5703d8aaa
commit d2da364e16
2 changed files with 4 additions and 0 deletions

View File

@ -140,6 +140,8 @@ jobs:
-e '/status=0/a sed -i "/swan_ver_latest=/s/^/#/" /opt/src/ikev2.sh' \
vpnsetup.sh
bash vpnsetup.sh
VPN_IPSEC_PSK='your_ipsec_pre_shared_key' \
VPN_USER='your_vpn_username' \
VPN_PASSWORD='your_vpn_password' \

View File

@ -148,6 +148,8 @@ jobs:
-e '/status=0/a sed -i "/swan_ver_latest=/s/^/#/" /opt/src/ikev2.sh' \
vpnsetup.sh
bash vpnsetup.sh
VPN_IPSEC_PSK='your_ipsec_pre_shared_key' \
VPN_USER='your_vpn_username' \
VPN_PASSWORD='your_vpn_password' \