I've got a strange issue...
I ssh into my raspberry pi and i run the script using:
cd Downloads
./auto-hard-reset-arm7
Then it starts... it pings the rig then it goes to timer "300s" because I made the timer for 5min rather than 30min. It works perfectly while my ssh connection is live and the telegram bot responds fine if I check /status
Soon as I kill ssh connection to the raspberry pi, the script stops working and even the bot is not responding in telegram... it's as if, when i kill the ssh connection it stops the script.
Can anyone help with this issue?