mirror of
https://github.com/kasmtech/workspaces-core-images.git
synced 2025-07-12 18:35:34 +02:00
Merge branch 'feature/KASM-1550_better_container_restarts' into 'develop'
KASM-1550 Run startup script in the background so we can check for kasmvnc crashing Closes KASM-1550 See merge request kasm-technologies/internal/workspaces-core-images!15
This commit is contained in:
@ -209,7 +209,7 @@ if [ -f "$custom_startup_script" ]; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
"$custom_startup_script" || true
|
||||
"$custom_startup_script" &
|
||||
fi
|
||||
|
||||
# Monitor Kasm Services
|
||||
|
Reference in New Issue
Block a user