diff options
Diffstat (limited to 'etc')
-rw-r--r-- | etc/dev.d/net/hotplug.dev | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/dev.d/net/hotplug.dev b/etc/dev.d/net/hotplug.dev index ed64c08cf2..15cc5cb52e 100644 --- a/etc/dev.d/net/hotplug.dev +++ b/etc/dev.d/net/hotplug.dev @@ -18,6 +18,6 @@ fi INTERFACE=$DEVNAME export INTERFACE if [ -f /etc/hotplug.d/default/default.hotplug ]; then - /etc/hotplug.d/default/default.hotplug net + exec /etc/hotplug.d/default/default.hotplug net fi |