💥 fix(scripts/release): build showing "command -v" output
This commit is contained in:
+1
-1
@@ -49,7 +49,7 @@ if gdbus introspect --session \\
|
|||||||
--dest io.github.retrozinndev.colorshell \\
|
--dest io.github.retrozinndev.colorshell \\
|
||||||
--object-path /io/github/retrozinndev/colorshell > /dev/null 2>&1; then
|
--object-path /io/github/retrozinndev/colorshell > /dev/null 2>&1; then
|
||||||
|
|
||||||
if command -v socat; then
|
if command -v socat > /dev/null 2>&1; then
|
||||||
echo \"\$@\" | socat - \"\${XDG_RUNTIME_DIR:-/run/user/\$(id -u)}/colorshell.sock\"
|
echo \"\$@\" | socat - \"\${XDG_RUNTIME_DIR:-/run/user/\$(id -u)}/colorshell.sock\"
|
||||||
exit 0
|
exit 0
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user