mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2026-01-23 07:52:06 +01:00
Fix typo in default Remote MySQL question
This commit is contained in:
@@ -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..."
|
||||
|
||||
Reference in New Issue
Block a user