diff --git a/install.sh b/install.sh index 0048b84..09b7b90 100644 --- a/install.sh +++ b/install.sh @@ -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