Hello,
I’m running FOG 1.5.10 and have set up a global postdownload script at /images/postdownloadscripts/fog.postdownload. The script sends a Slack notification via webhook when a deploy finishes.
The script is configured in the database (FOG_POST_DOWNLOAD_SCRIPT), and the file has correct executable permissions.
However, the script is not being executed automatically after deploy, even though deploys complete successfully and show in the Active Tasks list.
I have tried:
Adding debug logs inside the script writing to /tmp/fog-post.log (only updates when running manually).
Watching the PXE client console during deploy but don’t see any message about using the postdownload script.
Confirming the global postdownload path is set correctly in the database.
Verifying that no “Post Download Script” option exists per image in the web UI.
What I need:
Clear steps or checklist to verify why the postdownload script is not running automatically.
How to confirm if the postdownload script is actually called by FOG after deploy.
If there is any additional configuration required in FOG 1.5.10 to enable postdownload scripts.
How to properly debug this issue (logs to check, commands to run).
Any known issues or tips specific to FOG 1.5.10 regarding postdownload scripts.
Thank you for your he