BCNbcn Posted March 22, 2018 Posted March 22, 2018 Hi, This shell script works if I run sh ip.sh or env -i ip.sh, but not when I paste it into Alfred as part of a workflow. I get the following error: Quote [2018-03-22 02:09:11][utility.filter] Processing output of 'action.script' with arg 'pi1' [2018-03-22 02:09:12][ERROR: action.script ip.sh #!/bin/bash export PATH=/usr/local/bin:$PATH export http_proxy='proxy:pass@192.168.1.98:3128' /usr/bin/curl 'ipinfo.io/ip' Similar problem, this works when I run it from terminal reset.sh ssh user@ip -p 1234 -T<<'ENDSSH' sudo sh /etc/blablabla/shell.sh ENDSSH In Alfred it's stuck at Processing output of 'action.script' and nothing happens. Tested to run them as external script and bash scripts in alfred.
deanishe Posted March 22, 2018 Posted March 22, 2018 7 hours ago, BCNbcn said: but not when I paste it into Alfred as part of a workflow Upload the workflow somewhere and post a link. Nobody can tell you why a workflow they've never seen isn't working.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now