quote _qute_bin (paths may contain whitespace), remove unnecessary --backend
argument
This commit is contained in:
parent
d4291dd4ae
commit
938198e92a
@ -12,4 +12,4 @@ printf '{"args": ["%s"], "target_arg": null, "version": "%s", "protocol_version"
|
||||
"${_url}" \
|
||||
"${_qb_version}" \
|
||||
"${_proto_version}" \
|
||||
"${PWD}" | socat - UNIX-CONNECT:"${_ipc_socket}" 2>/dev/null || $_qute_bin --backend webengine "$@" &
|
||||
"${PWD}" | socat - UNIX-CONNECT:"${_ipc_socket}" 2>/dev/null || "$_qute_bin" "$@" &
|
||||
|
Loading…
Reference in New Issue
Block a user