From 280eac3228404ee516f342cdc2f0728a31617055 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Mon, 14 Feb 2022 10:44:08 +0100 Subject: [PATCH] Update 99-run.sh --- fireflyiii_data_importer/rootfs/etc/cont-init.d/99-run.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fireflyiii_data_importer/rootfs/etc/cont-init.d/99-run.sh b/fireflyiii_data_importer/rootfs/etc/cont-init.d/99-run.sh index b4182aa28..3fb7a2a3c 100644 --- a/fireflyiii_data_importer/rootfs/etc/cont-init.d/99-run.sh +++ b/fireflyiii_data_importer/rootfs/etc/cont-init.d/99-run.sh @@ -29,10 +29,10 @@ if bashio::config.has_value 'Updates'; then # Sets cron // do not delete this message cp /templates/cronupdate /etc/cron."${FREQUENCY}"/ chmod 777 /etc/cron."${FREQUENCY}"/cronupdate - # chown www-data:www-data /etc/cron."${FREQUENCY}"/cronupdate + chown www-data:www-data /etc/cron."${FREQUENCY}"/cronupdate # Sets cron to run with www-data user - # sed -i 's|root|www-data|g' /etc/crontab + sed -i 's|root|www-data|g' /etc/crontab # Starts cron service cron start