#!/bin/sh source /opt/wz_mini/wz_mini.conf if [[ "$DISABLE_MOTOR" == "true" ]]; then echo "Motor Disabled" touch /opt/wz_mini/tmp/.ms fi