mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2026-03-03 19:00:45 +01:00
Changing default Remote MySQL to NO
This commit is contained in:
committed by
GitHub
parent
e49338af5e
commit
fdd040d123
@@ -881,7 +881,7 @@ echo -e "\nDo you want to setup Remote MySQL? (This will skip installation of lo
|
||||
echo -e ""
|
||||
printf "%s" "(Default = No) Remote MySQL [Y/n]: "
|
||||
read TMP_YN
|
||||
if [[ `expr "x$TMP_YN" : 'x[Yy]'` -gt 1 ]] || [[ $TMP_YN == "" ]] ; then
|
||||
if [[ `expr "x$TMP_YN" : 'x[Yy]'` -gt 1 ]] ; then
|
||||
echo -e "\nRemote MySQL selected..."
|
||||
REMOTE_MYSQL='ON'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user