Fixed HAS_LOCAL_DBS config message.
This commit is contained in:
@@ -200,8 +200,8 @@ update_config() {
|
||||
|
||||
echo "Key: HAS_LOCAL_DBS, Current value: \`$HAS_LOCAL_DBS\`"
|
||||
echo "This will change the type of the network of the docker container, between a bridge or a host network."
|
||||
echo "Enter [0] If your database is on this server"
|
||||
echo "Enter [1] if your database is on another server"
|
||||
echo "Enter [0] if all your database are on another server(s)"
|
||||
echo "Enter [1] If you have a database on this server"
|
||||
read -p " > Enter new value (leave empty to pass): " NEW_HAS_LOCAL_DBS
|
||||
echo
|
||||
if [[ $NEW_HAS_LOCAL_DBS == "" ]]; then
|
||||
|
||||
Reference in New Issue
Block a user