mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
lirc: fixed ir blasting
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user