lirc: fixed ir blasting

This commit is contained in:
jenkins101
2015-02-06 10:34:40 +01:00
parent 4f46e9a856
commit bc1f78ec07
2 changed files with 5 additions and 5 deletions

View File

@@ -45,10 +45,10 @@ case "$ACTION" in
elif [ -e "/etc/lirc/$CONFIG" ]; then
LIRCD_CONFIG="$LIRCD_CONFIG /etc/lirc/$CONFIG"
else
exit 1
exit 0
fi
else
exit 1
exit 0
fi
exec $LIRCD $LIRCD_CONFIG