All Downloads are FREE. Search and download functionalities are using the official Maven repository.

functions.cleanupUdevIfNeeded.sh Maven / Gradle / Ivy

function cleanupUdevIfNeeded {
   if [ -f '/etc/udev/rules.d/70-persistent-net.rules' ]
   then
      rm /etc/udev/rules.d/70-persistent-net.rules
   fi

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy