From e32248ee1f5c9463a802c075f8591c0084cb458b Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Mon, 14 Feb 2022 17:43:53 +0100 Subject: [PATCH] Update 99-run.sh --- fireflyiii_data_importer/rootfs/etc/cont-init.d/99-run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 cbb0e0ba4..1833d1555 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 @@ -31,7 +31,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