diff --git a/scripts_debian/04_install_qubes.sh b/scripts_debian/04_install_qubes.sh index 24f2691..a32e2ff 100755 --- a/scripts_debian/04_install_qubes.sh +++ b/scripts_debian/04_install_qubes.sh @@ -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