diff options
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 |
