We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0ddbc3 commit b273df6Copy full SHA for b273df6
root/etc/s6-overlay/s6-rc.d/init-nextcloud-config/run
@@ -1,6 +1,12 @@
1
#!/usr/bin/with-contenv bash
2
# shellcheck shell=bash
3
4
+# load env file if it exists
5
+if [[ -f "/config/env" ]]; then
6
+ # shellcheck source=/dev/null
7
+ source /config/env
8
+fi
9
+
10
# create folders
11
mkdir -p \
12
/app/www/public \
0 commit comments