mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2026-07-20 04:40:43 +02:00
bug fix: spelling
This commit is contained in:
@@ -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..."
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user