Changing default Remote MySQL to NO

This commit is contained in:
Muttahir Aon Syed
2020-07-23 11:47:03 +05:00
committed by GitHub
parent e49338af5e
commit fdd040d123

View File

@@ -881,7 +881,7 @@ echo -e "\nDo you want to setup Remote MySQL? (This will skip installation of lo
echo -e ""
printf "%s" "(Default = No) Remote MySQL [Y/n]: "
read TMP_YN
if [[ `expr "x$TMP_YN" : 'x[Yy]'` -gt 1 ]] || [[ $TMP_YN == "" ]] ; then
if [[ `expr "x$TMP_YN" : 'x[Yy]'` -gt 1 ]] ; then
echo -e "\nRemote MySQL selected..."
REMOTE_MYSQL='ON'