Files
hassio-addons/nextcloud/rootfs/etc/cont-init.d/60-memcache
Alexandre 90f333c40d New logic
2021-12-14 13:39:15 +01:00

10 lines
252 B
Plaintext

#!/usr/bin/with-contenv bash
# copy config
[[ ! -f /data/config/www/nextcloud/config/config.php ]] && \
cp /defaults/config.php /data/config/www/nextcloud/config/config.php
# permissions
chown abc:abc \
/data/config/www/nextcloud/config/config.php