Hello guys,
I am trying to run a .sh script from a post function script using Scriptrunner. What I am currently doing is:
"path/checkurls.sh urls.txt".execute()Nothing seems to happen. The sh script I am trying to run is:
#!/bin/bash
while read url
do
some stuff
echo "$url $urlstatus" >> urlstatus.txt
done < $1
Do you know what might be going wrong?
The answer should no because Service Desk customers don't consume licenses.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.