Skip to content
Snippets Groups Projects
stop.bash 231 B
#!/bin/bash
status="NONE"
if [ -f "/home/debian/CONFIG/antifurtoMicroservizio/STATUS" ]; then status=$(cat /home/debian/CONFIG/antifurtoMicroservizio/STATUS); fi
if [ $status == "OFF" ]; then /home/debian/bin/stopag Antifurto; fi