]> git.ipfire.org Git - people/ms/network.git/blobdiff - src/udev/network-hotplug-rename
Revert "Log better errors when locks could not be acquired"
[people/ms/network.git] / src / udev / network-hotplug-rename
index 0b5001842486a7f3738b3f2ab73c9234c4077918..c56c70d1a4ff06ff48811173cb9d12d77da7f7a5 100644 (file)
@@ -45,7 +45,7 @@ log DEBUG "Called for interface '${INTERFACE}'."
 device_exists ${INTERFACE} || exit ${EXIT_ERROR}
 
 # Acquiring lock for this operation.
-lock_acquire ${LOCKFILE} || exit ${EXIT_ERROR}
+lock_acquire ${LOCKFILE}
 
 # Check if the device is already in use and
 # prevent the script to touch it in any way.