We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a845232 commit 5e33745Copy full SHA for 5e33745
install.sh
@@ -197,8 +197,8 @@ echo "Ok."
197
read -p "Apply changes (y/n)? " choice
198
case "$choice" in
199
y|Y ) echo "Yes! Proceeding now...";;
200
- n|N ) echo "No! Aborting now...";;
201
- * ) echo "Invalid input! Aborting now...";;
+ n|N ) echo "No! Aborting now..."; exit 0;;
+ * ) echo "Invalid input! Aborting now..."; exit 0;;
202
esac
203
204
cp ./phpmyadmin/apache2/sites-available/default-ssl.sample.conf ./phpmyadmin/apache2/sites-available/default-ssl.conf
0 commit comments