diff --git a/scripts/release.sh b/scripts/release.sh index 74f731c..506026a 100644 --- a/scripts/release.sh +++ b/scripts/release.sh @@ -49,7 +49,7 @@ if gdbus introspect --session \\ --dest io.github.retrozinndev.colorshell \\ --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\" exit 0 else