debian: minor fix

This commit is contained in:
Marek Marczykowski-Górecki 2014-07-26 04:35:32 +02:00
parent 7a30c07776
commit 0fb7163938

View File

@ -76,6 +76,6 @@ echo "xen_netfront" >> $INSTALLDIR/etc/modules
# Kill any processes that might have been started by apt before unmounting
lsof $INSTALLDIR | tail -n +2 | awk '{print $2}' | xargs kill
lsof $INSTALLDIR | tail -n +2 | awk '{print $2}' | xargs --no-run-if-empty kill