Skip to content

Commit 5e33745

Browse files
committed
Update install.sh
1 parent a845232 commit 5e33745

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,8 +197,8 @@ echo "Ok."
197197
read -p "Apply changes (y/n)? " choice
198198
case "$choice" in
199199
y|Y ) echo "Yes! Proceeding now...";;
200-
n|N ) echo "No! Aborting now...";;
201-
* ) echo "Invalid input! Aborting now...";;
200+
n|N ) echo "No! Aborting now..."; exit 0;;
201+
* ) echo "Invalid input! Aborting now..."; exit 0;;
202202
esac
203203

204204
cp ./phpmyadmin/apache2/sites-available/default-ssl.sample.conf ./phpmyadmin/apache2/sites-available/default-ssl.conf

0 commit comments

Comments
 (0)