Hello :) Looking for some help on how to run a script .sh :) if [ $? -eq 0 ] then exit else sh /etc/folder/script.sh fi I am wondering if that is correct (or any better way) to run it like a direct way (without the sh in front):...