dont allow disk install if we have already disk installed

This commit is contained in:
sose 2020-09-22 18:05:14 -07:00
parent a9c78171fc
commit f55bef99b3
2 changed files with 1 additions and 1 deletions

0
is_live Normal file
View File

View File

@ -82,7 +82,7 @@ clear
echo "=== Welcome to Tildelinux! ==="
configure_network
if [ -f ./setup_incomplete ]
if ! [ -f ./is_live ]
then
choose_option
else