13
Seeking help with a curl command in a bash script - SOLVED
(lemmy.thewooskeys.com)
Linux questions Rules (in addition of the Lemmy.zip rules)
Tips for giving and receiving help
Any rule violations will result in disciplinary actions
Add echo before your curl command to see what the expanded command line actually is. Perhaps the arguments aren't as you expect them
Thanks for the suggestion. I already tried this: echo-ed the curl command to stdout and then in the shell copied it and pasted it to run it. From the script I get "000", from the shell I get "200".