From 65a43e434550dc22b1f1a5eb208e9f1f25f9ac32 Mon Sep 17 00:00:00 2001 From: proledatarian Date: Mon, 30 Jan 2023 11:05:59 +0000 Subject: [PATCH] Update file install.sh --- install.sh | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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