You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello.
The following code (and other similar ones) works fine on a Mac osx Shell, but returns a
"parse stdout:malformed parameters:missing equals" when run from xbar (192.168.1.100 is a Synolgy NAS):
update: the file "updatejackett.log" contained some pipe characters, and that seemed to break xbar. Replacing the pipe with a "-" in the logfile fixed the problem for me.
Sun Nov 19 16:39:39 CET 2023 | Jackett already to v0.21.1234. Exiting.
Mon Nov 20 07:16:25 CET 2023 | Jackett updated to v0.21.1236
Hello.
The following code (and other similar ones) works fine on a Mac osx Shell, but returns a
"parse stdout:malformed parameters:missing equals" when run from xbar (192.168.1.100 is a Synolgy NAS):
`#!/bin/sh
echo "test"
pluto=$(/usr/bin/ssh Michele@192.168.1.100 "/bin/cat /volume2/scripts/updatejackett.log")
echo "$pluto"`
The text was updated successfully, but these errors were encountered: