From e3e6d0811bd7e45b7905597a688f1af74bd21350 Mon Sep 17 00:00:00 2001 From: Usman Nasir Date: Fri, 26 Jun 2020 18:44:32 +0500 Subject: [PATCH] bug fix: spelling --- cyberpanel.sh | 2 +- install/install.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cyberpanel.sh b/cyberpanel.sh index 07dd4bb23..6701a2cd1 100644 --- a/cyberpanel.sh +++ b/cyberpanel.sh @@ -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..." diff --git a/install/install.py b/install/install.py index c2c8fe6cc..0275e6b92 100755 --- a/install/install.py +++ b/install/install.py @@ -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