From 75458b5a5f5bf320584e9941ffaee31724fd0716 Mon Sep 17 00:00:00 2001 From: chris Date: Sun, 9 Aug 2020 01:33:43 -0400 Subject: [PATCH] Fix typo in default Remote MySQL question --- cyberpanel.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cyberpanel.sh b/cyberpanel.sh index cb83aa324..1c4a2e3ef 100644 --- a/cyberpanel.sh +++ b/cyberpanel.sh @@ -879,7 +879,7 @@ fi echo -e "\nDo you want to setup Remote MySQL? (This will skip installation of local MySQL)" echo -e "" -printf "%s" "(Default = No) Remote MySQL [Y/n]: " +printf "%s" "(Default = No) Remote MySQL [y/N]: " read TMP_YN if [[ `expr "x$TMP_YN" : 'x[Yy]'` -gt 1 ]] ; then echo -e "\nRemote MySQL selected..."