mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2026-03-04 11:20:45 +01:00
Merge pull request #405 from myst3k/typo-remote-mysql-question
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