mirror of
https://github.com/kasmtech/workspaces-core-images.git
synced 2024-11-07 08:04:06 +01:00
KASM-1550 Run startup script in the background so we can check for kasmvnc crashing
This commit is contained in:
parent
e3a4cf12ed
commit
a31d82fa6e
@ -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