Remove unused function umountAndClean()

This commit is contained in:
Santiago Lo Coco 2022-01-29 18:07:19 -03:00
parent e0e3d61cbe
commit 1f6dfd7996
1 changed files with 0 additions and 8 deletions

View File

@ -640,12 +640,4 @@ runScript() {
done
}
umountAndClean() {
swapoff /mnt/swapfile
rm /mnt/swapfile
umount -R /mnt
swapoff /dev/sda2
parted -s /dev/sda mklabel gpt
}
runScript "$@"