more comments

This commit is contained in:
s2
2017-10-12 21:45:50 +02:00
parent 2cad5a1202
commit 68a17d41af

View File

@@ -3,6 +3,10 @@
# script to set away state in ZoneMinder when the phone is not present
# requires jq to be installed
# for the configuration:
# cp isphonehere.config.example.sh isphonehere.config.sh && chmod +x isphonehere.config.sh
# and open isphonehere.config.sh with your favorite editor
curdir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"