Correct path

This commit is contained in:
Alexandre
2023-03-08 22:45:21 +01:00
committed by GitHub
parent ad76c78fd5
commit 4a9993b62b

View File

@@ -46,7 +46,7 @@ RUN \
sed -i "s|/config|/data/config|g" /usr/bin/occ && \
\
# Change location of log
sed -i "s|s6-setuidgid abc php -f /config/www/nextcloud/cron.php|(s6-setuidgid abc php -f /data/config/www/nextcloud/cron.php) \&>/proc/1/fd/1|g" /etc/crontabs/root
sed -i "s|s6-setuidgid abc php -f /config/www/nextcloud/cron.php|(s6-setuidgid abc php -f /config/www/nextcloud/cron.php) \&>/proc/1/fd/1|g" /etc/crontabs/root
# Global LSIO modifications
ARG CONFIGLOCATION="/data/config"