I have a shell script with the following:
STATUS=`/home/scripts/200check.sh $RUOK_URL`
Inside of 200check.sh I have some echo commands, but these commands are not displayed in the terminal. I guess they're consumed by something else?
Does anyone know how I can have the echo commands displayed?
