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