Fixed HAS_LOCAL_DBS config message.

This commit is contained in:
2025-04-07 12:59:10 +03:00
parent 62124edf6d
commit c076698c29

View File

@@ -200,8 +200,8 @@ update_config() {
echo "Key: HAS_LOCAL_DBS, Current value: \`$HAS_LOCAL_DBS\`" 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 "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 [0] if all your database are on another server(s)"
echo "Enter [1] if your database is on another server" echo "Enter [1] If you have a database on this server"
read -p " > Enter new value (leave empty to pass): " NEW_HAS_LOCAL_DBS read -p " > Enter new value (leave empty to pass): " NEW_HAS_LOCAL_DBS
echo echo
if [[ $NEW_HAS_LOCAL_DBS == "" ]]; then if [[ $NEW_HAS_LOCAL_DBS == "" ]]; then