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:
Justin Travis 2021-11-15 16:19:32 +00:00
commit 737f4562d3

View File

@ -209,7 +209,7 @@ if [ -f "$custom_startup_script" ]; then
exit 1
fi
"$custom_startup_script" || true
"$custom_startup_script" &
fi
# Monitor Kasm Services