diff --git a/pi/start-monitor.sh b/pi/start-monitor.sh index e38fbc8..b47bd5b 100755 --- a/pi/start-monitor.sh +++ b/pi/start-monitor.sh @@ -1,3 +1,3 @@ #! /usr/bin/env bash -nohup python monitor.py $(if [[ -f door-id ]]; then cat door-id; else echo -n 2; fi) http://mattermost.djartsgames.ca:8065/plugins/com.mattermost.bathroom/ & +nohup python monitor.py $(if [[ -f door-id ]]; then cat door-id; else echo -n 2; fi) http://mattermost.djartsgames.ca/plugins/com.mattermost.bathroom/ &