diff options
| author | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2022-03-29 14:47:45 +0200 |
|---|---|---|
| committer | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2022-03-29 14:47:45 +0200 |
| commit | 3e7bae91097d9a67262ab0d0b8450d9371201629 (patch) | |
| tree | 96fb07b4091de115bf224ebfd009261b3729256f /ci/docker/starteduvpn.sh | |
| parent | 6192f9ab54a805c1fabe6a2c5b8eca622b565082 (diff) | |
Tests: Change OAuth expiry tests by using a custom expiry time
Diffstat (limited to 'ci/docker/starteduvpn.sh')
| -rw-r--r-- | ci/docker/starteduvpn.sh | 3 |
1 files changed, 3 insertions, 0 deletions
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 |
