From: Calin Crisan Date: Tue, 13 Jun 2017 08:57:51 +0000 (+0300) Subject: Update relayevent.sh X-Git-Url: http://www.vanbest.org/gitweb/?a=commitdiff_plain;h=31e9eda48e8d5a2670ae32ec9bea3fb1fb2bb769;p=motioneye-debian Update relayevent.sh remove debugging leftover in relayevent.sh --- diff --git a/motioneye/scripts/relayevent.sh b/motioneye/scripts/relayevent.sh index 5130fb4..1d9839a 100755 --- a/motioneye/scripts/relayevent.sh +++ b/motioneye/scripts/relayevent.sh @@ -16,7 +16,6 @@ if [ -f "$motioneye_conf" ]; then if [ -r "$motion_conf" ]; then username=$(cat $motion_conf | grep 'admin_username' | cut -d ' ' -f 3) password=$(cat $motion_conf | grep 'admin_password' | cut -d ' ' -f 3 | sed -r 's/[^][a-zA-Z0-9/?_.=&{}":, _]/-/g') - echo "aa${password}aa" > /tmp/wtf fi fi fi