From 13cdadb641f84c9fb1bb3af04e46c8420902f66d Mon Sep 17 00:00:00 2001 From: Tobias <96661824+CrazyWolf13@users.noreply.github.com> Date: Tue, 22 Jul 2025 08:20:01 +0200 Subject: [PATCH] wallos: fix: yearly cost --- install/wallos-install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install/wallos-install.sh b/install/wallos-install.sh index 5d40739a7..19b8aa82a 100644 --- a/install/wallos-install.sh +++ b/install/wallos-install.sh @@ -64,6 +64,7 @@ cat </opt/wallos.cron */2 * * * * php /opt/wallos/endpoints/cronjobs/sendverificationemails.php >> /var/log/cron/sendverificationemail.log 2>&1 */2 * * * * php /opt/wallos/endpoints/cronjobs/sendresetpasswordemails.php >> /var/log/cron/sendresetpasswordemails.log 2>&1 0 */6 * * * php /opt/wallos/endpoints/cronjobs/checkforupdates.php >> /var/log/cron/checkforupdates.log 2>&1 +30 1 * * 1 php /opt/wallos/endpoints/cronjobs/storetotalyearlycost.php >> /var/log/cron/storetotalyearlycost.log 2>&1 EOF crontab /opt/wallos.cron msg_ok "Crontabs setup"