debian: minor fix
This commit is contained in:
parent
7a30c07776
commit
0fb7163938
@ -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
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user