Files
hassio-addons/nextcloud/rootfs/etc/cont-init.d/60-memcache.sh
2021-12-27 10:28:02 +01:00

10 lines
252 B
Bash

#!/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