quote _qute_bin (paths may contain whitespace), remove unnecessary --backend

argument
This commit is contained in:
Rouji 2017-11-29 08:43:02 +01:00
parent d4291dd4ae
commit 938198e92a

View File

@ -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" "$@" &