bug fix: spelling

This commit is contained in:
Usman Nasir
2020-06-26 18:44:32 +05:00
parent eaea0e3e37
commit e3e6d0811b
2 changed files with 2 additions and 2 deletions

View File

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

View File

@@ -2160,7 +2160,7 @@ def main():
cwd = os.getcwd()
if args.remotemsql == 'ON':
if args.remotemysql == 'ON':
remotemysql = args.remotemysql
mysqlhost = args.mysqlhost
mysqluser = args.mysqluser