From 44ffcb3e31fbec53d10f7cb81867ade6fb52de81 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Mon, 14 Feb 2022 17:43:36 +0100 Subject: [PATCH] Update 99-run.sh --- fireflyiii/rootfs/etc/cont-init.d/99-run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fireflyiii/rootfs/etc/cont-init.d/99-run.sh b/fireflyiii/rootfs/etc/cont-init.d/99-run.sh index 64fc74a1d..444ef8e47 100644 --- a/fireflyiii/rootfs/etc/cont-init.d/99-run.sh +++ b/fireflyiii/rootfs/etc/cont-init.d/99-run.sh @@ -133,7 +133,7 @@ if bashio::config.has_value 'Updates'; then chmod 777 /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