Add debug logging to indicate when the Forge startup script is running
All checks were successful
Build & Push Forge-Kasm / docker (push) Successful in 30s

This commit is contained in:
2025-06-06 07:05:52 -05:00
parent 3f4c3510d4
commit c8750a9e84

View File

@@ -9,5 +9,12 @@ if [[ -x $STARTUPDIR/maximize_window.sh ]]; then
bash $STARTUPDIR/maximize_window.sh &
fi
# DEBUG: Create a file on desktop to indicate the script is running
if [[ -d $HOME/Desktop ]]; then
echo "Forge startup script is running" > $HOME/Desktop/forge_startup.log
else
echo "Forge startup script is running" > $HOME/forge_startup.log
fi
# Run Forge and wait for it to close
exec /opt/forge/start.sh