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
All checks were successful
Build & Push Forge-Kasm / docker (push) Successful in 30s
This commit is contained in:
@@ -9,5 +9,12 @@ if [[ -x $STARTUPDIR/maximize_window.sh ]]; then
|
|||||||
bash $STARTUPDIR/maximize_window.sh &
|
bash $STARTUPDIR/maximize_window.sh &
|
||||||
fi
|
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
|
# Run Forge and wait for it to close
|
||||||
exec /opt/forge/start.sh
|
exec /opt/forge/start.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user