summaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
Diffstat (limited to 'ci')
-rw-r--r--ci/docker/start.sh15
1 files changed, 0 insertions, 15 deletions
diff --git a/ci/docker/start.sh b/ci/docker/start.sh
deleted file mode 100644
index c1211b5..0000000
--- a/ci/docker/start.sh
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/usr/bin/env bash
-
-systemctl start php-fpm
-systemctl start httpd
-systemctl start crond
-
-vpn-daemon &
-sleep 5
-
-vpn-maint-apply-changes
-
-USER_NAME="docker"
-USER_PASS="docker"
-
-sudo -u apache vpn-user-portal-account --add "${USER_NAME}" --password "${USER_PASS}"