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..."