From c076698c29655b94f22637ad225730a8bf4ce50d Mon Sep 17 00:00:00 2001 From: abdulhade Date: Mon, 7 Apr 2025 12:59:10 +0300 Subject: [PATCH] Fixed `HAS_LOCAL_DBS` config message. --- scripts/manager.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/manager.sh b/scripts/manager.sh index ea2ef5d..cec0ba1 100755 --- a/scripts/manager.sh +++ b/scripts/manager.sh @@ -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