Philo v6 scheduler

EDIT : I just found out 58 is every 58 minute
EDIT 2: Apologies… I’m unable to delete the thread

Hi.

I just bought a HAP Ax3… configured it and I’m very happy with it.
Now I was able to configure the Pihole inside AX3 but I’m having issues running the cron inside the container

MTKAX3:/etc/pihole# crontab -l
53 4 * * 0 PATH=“$PATH:/usr/sbin:/usr/local/bin/” pihole updateGravity >/var/log/pihole/pihole_updateGravity.log || cat /var/log/pihole/pihole_updateGravity.log
00 00 * * * PATH=“$PATH:/usr/sbin:/usr/local/bin/” pihole flush once quiet
7 12 * * * PATH=“$PATH:/usr/sbin:/usr/local/bin/” pihole updatechecker

58 * * * * PATH=“$PATH:/usr/sbin:/usr/local/bin/” pihole-FTL sqlite3 /etc/pihole/gravity.db “update ‘group’ SET enabled = 1 where name = ‘Gadgets’” && pihole reloaddns

I tried to run the comman maually seems to be not working…
MTKAX3:/etc/pihole# PATH=“$PATH:/usr/sbin:/usr/local/bin/” pihole-FTL sqlite3 /etc/pihole/gravity.db “update ‘group’ SET enabled = 1 where name = ‘Gadgets’” && pihole reloaddns
[✓] Flushing DNS cache

I can see the tab being enabled running manually… but waiting for a few minutes… I don’t see the tabs being enabled

Pihole V6 related?