Update file install.sh

This commit is contained in:
proledatarian 2023-01-30 11:05:59 +00:00
parent 0c404dd885
commit 65a43e4345
1 changed files with 3 additions and 4 deletions

View File

@ -60,11 +60,11 @@ then
pwcr=$pwfr
echo
echo "Both passwords are the same. Continuing.."
break
else
echo
echo "You have entered different passwords. Try again.."
fi
break
done
echo
@ -90,11 +90,11 @@ then
pwrt=$pwfr
echo
echo "Both passwords are the same. Continuing.."
break
else
echo
echo "You have entered different passwords. Try again.."
fi
break
done
echo
@ -117,12 +117,11 @@ then
pwur=$pwfr
echo
echo "Both passwords are the same. Continuing.."
break
else
echo
echo "You have entered different passwords. Try again.."
fi
break
done
echo