From c4a6cf1534b864d3941c839d4a4dca7e505bd828 Mon Sep 17 00:00:00 2001 From: Quentin Date: Sat, 12 Sep 2020 10:03:48 +0200 Subject: Rebase first step --- app_build/nextcloud/entrypoint.sh | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 app_build/nextcloud/entrypoint.sh (limited to 'app_build/nextcloud/entrypoint.sh') diff --git a/app_build/nextcloud/entrypoint.sh b/app_build/nextcloud/entrypoint.sh new file mode 100755 index 0000000..72b4f94 --- /dev/null +++ b/app_build/nextcloud/entrypoint.sh @@ -0,0 +1,8 @@ +#!/bin/sh + +set -xe + +chown www-data:www-data /var/www/html/config/config.php +touch /var/www/html/data/.ocdata + +exec apachectl -DFOREGROUND -- cgit v1.2.3