mirror of
https://github.com/kasmtech/workspaces-images.git
synced 2026-01-23 02:25:16 +00:00
Fixed the APP_ARGS parsing error that caused multiple Windows
This commit is contained in:
parent
c8d71c87f9
commit
77d04d40bb
1 changed files with 1 additions and 1 deletions
|
|
@ -66,7 +66,7 @@ kasm_startup() {
|
|||
/usr/bin/filter_ready
|
||||
/usr/bin/desktop_ready
|
||||
set +e
|
||||
$START_COMMAND $ARGS $URL
|
||||
printf "%q " "$START_COMMAND" "${ARGS[@]}" "$URL" | xargs -0 sh -c
|
||||
set -e
|
||||
fi
|
||||
sleep 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue