summaryrefslogtreecommitdiff
path: root/ci/docker
diff options
context:
space:
mode:
authorjwijenbergh <jeroenwijenbergh@protonmail.com>2022-03-25 14:14:30 +0100
committerjwijenbergh <jeroenwijenbergh@protonmail.com>2022-03-25 14:14:30 +0100
commitbd8eda82e5d08d2ca33022b0533c831303a73019 (patch)
tree5cfdb2730676852001ed09669fb8b70209613705 /ci/docker
parentb57735dfa0bba14446552eb2453db38917a71803 (diff)
Remove unneeded script
Diffstat (limited to 'ci/docker')
-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}"