mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-15 11:59:11 +02:00
Correct crontab output
This commit is contained in:
@@ -46,8 +46,7 @@ RUN \
|
|||||||
sed -i "s|/config|/data/config|g" /usr/bin/occ && \
|
sed -i "s|/config|/data/config|g" /usr/bin/occ && \
|
||||||
\
|
\
|
||||||
# Change location of log
|
# 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 /data/config/www/nextcloud/cron.php) \&>/proc/1/fd/1|g" /etc/crontabs/root
|
||||||
sed -i "s|s6-setuidgid abc php[78] -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
|
|
||||||
|
|
||||||
# Global LSIO modifications
|
# Global LSIO modifications
|
||||||
ARG CONFIGLOCATION="/data/config"
|
ARG CONFIGLOCATION="/data/config"
|
||||||
|
|||||||
Reference in New Issue
Block a user