mirror of
https://github.com/kasmtech/workspaces-core-images.git
synced 2025-02-02 02:19:14 +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
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
"$custom_startup_script" || true
|
"$custom_startup_script" &
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Monitor Kasm Services
|
# Monitor Kasm Services
|
||||||
|
Loading…
Reference in New Issue
Block a user