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,
I am calling a script within a script and it's not working. If I try the same procedure from terminal everything is OK.
I have a two scripts basically:
script A is called from your app.
script B (made executable with chmod a+x command) is called from script A.
Script A is like:
while [ ... ]
do
./script_b.sh
sleep 3000
done
I don't understand what's wrong here. Any idea?
The text was updated successfully, but these errors were encountered:
Hello,
I am calling a script within a script and it's not working. If I try the same procedure from terminal everything is OK.
I have a two scripts basically:
script A is called from your app.
script B (made executable with chmod a+x command) is called from script A.
Script A is like:
I don't understand what's wrong here. Any idea?
The text was updated successfully, but these errors were encountered: