mirror of
https://github.com/kasmtech/workspaces-core-images.git
synced 2024-11-07 08:04:06 +01: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:
commit
737f4562d3
@ -209,7 +209,7 @@ if [ -f "$custom_startup_script" ]; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
"$custom_startup_script" || true
|
||||
"$custom_startup_script" &
|
||||
fi
|
||||
|
||||
# Monitor Kasm Services
|
||||
|
Loading…
Reference in New Issue
Block a user