1
0
mirror of https://github.com/tommytran732/Arch-Setup-Script synced 2024-11-09 12:11:33 -05:00

Fixed exiting.

This commit is contained in:
Tommaso Chiti 2021-01-31 14:47:10 +01:00
parent c044e1b9b3
commit f450186275

View File

@ -18,7 +18,7 @@ then
sgdisk -Zo $DISK
else
echo "Quitting."
break
exit
fi