summaryrefslogtreecommitdiffstats
path: root/cypress/initserver.sh
diff options
context:
space:
mode:
Diffstat (limited to 'cypress/initserver.sh')
-rwxr-xr-xcypress/initserver.sh12
1 files changed, 0 insertions, 12 deletions
diff --git a/cypress/initserver.sh b/cypress/initserver.sh
deleted file mode 100755
index 3921fd48..00000000
--- a/cypress/initserver.sh
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/usr/bin/env bash
-
-echo "APP_NAME: $APP_NAME"
-echo "BRANCH: $BRANCH"
-
-chown -R www-data:www-data /var/www/html/data
-
-su www-data -c "
- php occ config:system:set force_language --value en
- php occ app:enable $APP_NAME
- php occ app:list
-"