JBlaz

Results 1 comments of JBlaz

I changed the first `while` loop to this ``` while [ 1 ]; do shutdownSignal=$(cat /sys/class/gpio/gpio$SHUTDOWN/value) if [ $shutdownSignal = 0 ]; then /bin/sleep 1 else echo "X730 Shutting down",...