From 31e9eda48e8d5a2670ae32ec9bea3fb1fb2bb769 Mon Sep 17 00:00:00 2001 From: Calin Crisan Date: Tue, 13 Jun 2017 11:57:51 +0300 Subject: [PATCH] Update relayevent.sh remove debugging leftover in relayevent.sh --- motioneye/scripts/relayevent.sh | 1 - 1 file changed, 1 deletion(-) 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 -- 2.39.5