Fixed the APP_ARGS parsing error that caused multiple Windows

This commit is contained in:
zhizhi10 2025-08-13 10:56:48 +08:00 committed by GitHub
parent c8d71c87f9
commit 77d04d40bb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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