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 bcae151359..f510e3a8cc 100755 --- a/fireflyiii_data_importer/rootfs/etc/cont-init.d/99-run.sh +++ b/fireflyiii_data_importer/rootfs/etc/cont-init.d/99-run.sh @@ -54,7 +54,7 @@ if bashio::config.has_value 'Updates'; then chmod 755 /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