This commit is contained in:
Your Name 2024-08-20 14:09:16 +00:00
parent ca473ccfc8
commit b544339244

View File

@ -646,6 +646,7 @@ initializeDisk() {
echo "Initialize Complete. Please reboot your machine to avoid any issues" echo "Initialize Complete. Please reboot your machine to avoid any issues"
echo echo
cryptsetup close $ROOT_MAPPER_NAME cryptsetup close $ROOT_MAPPER_NAME
rm -f /tmp/disk
} }
wifi() { wifi() {