Fix typo in default Remote MySQL question

This commit is contained in:
chris
2020-08-09 01:33:43 -04:00
parent dbdd8ccaa0
commit 75458b5a5f

View File

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