diff --git a/package/procd/files/hotplug.json b/package/procd/files/hotplug.json index 43fec0c0d3..c1b45c6e86 100644 --- a/package/procd/files/hotplug.json +++ b/package/procd/files/hotplug.json @@ -33,10 +33,7 @@ ], [ "if", [ "has", "DEVNAME" ], - [ - [ "makedev", "/dev/%DEVNAME%", "0644" ], - [ "return" ], - ], + [ "makedev", "/dev/%DEVNAME%", "0644" ], ], ], ],