rfkill: Update to 0.5
This commit is contained in:
@@ -10,10 +10,10 @@ if [ -z "$RFKILL_STATE" ]; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
if [ -x /var/run/current-system/etc/rfkill.hook ]; then
|
||||
exec /var/run/current-system/etc/rfkill.hook
|
||||
if [ -x /run/current-system/etc/rfkill.hook ]; then
|
||||
exec /run/current-system/etc/rfkill.hook
|
||||
elif [ ! -z "$RFKILL_HOOK" ]; then
|
||||
exec $RFKILL_HOOK
|
||||
else
|
||||
echo "rfkill-hook: $RFKILL_STATE"
|
||||
fi
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user