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 e950f35 commit 8c2c232Copy full SHA for 8c2c232
root/etc/s6-overlay/s6-rc.d/init-nextcloud-config/run
@@ -41,6 +41,7 @@ done
41
42
# set data directory
43
if [[ ! -s /config/www/nextcloud/config/config.php ]]; then
44
+ touch /config/www/nextcloud/config/CAN_INSTALL
45
echo -e "<?php\n\$CONFIG = array (\n 'datadirectory' => '/data',\n);" >/config/www/nextcloud/config/config.php
46
elif [[ -f /config/www/nextcloud/config/config.php ]]; then
47
sed -i "s|/app/www/public/data|/data|g" /config/www/nextcloud/config/config.php
0 commit comments