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