#!/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