schedule delayed / cron task doesn't work fog 1.5.9
-
hello everyone… can anyone guide me how to perform a schedule delaying task. my fog version im using is 1.5.9 and i have installed in debian 10.6.0 amd64-netinst and i already modified the timezone in fog settings at web interface UTC to EUROPE/PARIS . im able to perform on WOL instantly but i’cant able to perform a schedule delayed task and cron task
-
@john3892 said in schedule delayed / cron task doesn't work fog 1.5.9:
hello everyone… can anyone guide me how to perform a schedule delaying task. my fog version im using is 1.5.9 and i have installed in debian 10.6.0 amd64-netinst and i already modified the timezone in fog settings at web interface UTC to EUROPE/PARIS . im able to perform on WOL instantly but i’cant able to perform a schedule delayed task and cron task
[link text] -
@john3892 Assuming you installed FOG via git, please run:
cd /path/to/fogproject #change this to where it is actually located git checkout dev-branch git pull cd bin ./installfog.sh -y
This issue should be addressed.
Thank you,