From 3e7bae91097d9a67262ab0d0b8450d9371201629 Mon Sep 17 00:00:00 2001 From: jwijenbergh Date: Tue, 29 Mar 2022 14:47:45 +0200 Subject: Tests: Change OAuth expiry tests by using a custom expiry time --- ci/docker/starteduvpn.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ci/docker/starteduvpn.sh') diff --git a/ci/docker/starteduvpn.sh b/ci/docker/starteduvpn.sh index 580150b..36c881d 100644 --- a/ci/docker/starteduvpn.sh +++ b/ci/docker/starteduvpn.sh @@ -12,6 +12,9 @@ if [[ -z "${PORTAL_PASS}" ]]; then exit 1 fi +# Replace expiry +./replaceexpiry.sh /etc/vpn-user-portal/config.php + # Start the preliminary systemd units systemctl start php-fpm systemctl start httpd -- cgit v1.2.3