KASM-1550 Run startup script in the background so we can check for kasmvnc crashing

This commit is contained in:
Ian Tangney 2021-10-06 19:28:32 +00:00
parent e3a4cf12ed
commit a31d82fa6e

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