Merge pull request #405 from myst3k/typo-remote-mysql-question

Fix typo in default Remote MySQL question
This commit is contained in:
Usman Nasir
2020-08-10 20:44:09 +05:00
committed by GitHub

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