#!/bin/bash eval $(llxcfg-showvars SRV_NIC) if [ -n "$SRV_NIC" ] ; then llxcfg-nm search-and-destroy "$SRV_NIC" fi