Newer
Older
bathroom-plugin / pi / start-monitor.sh
#! /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/plugins/com.mattermost.bathroom/ &