From c548fd058d4130bc0432be2985b1b94475f82aed Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Mon, 18 May 2026 15:24:01 +0200 Subject: [PATCH] Set crontab user https://github.com/alexbelgium/hassio-addons/issues/2682 --- 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 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