From f5bc70a200cc31e2cc9848657de76085c0c83b19 Mon Sep 17 00:00:00 2001 From: Christopher Date: Fri, 15 Nov 2024 13:29:22 -0600 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat(casaos-update-database-passwor?= =?UTF-8?q?d):=20Update=20README=20to=20remove?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit env file update This change updates the README file for the casaos-update-database- password script to remove the mention of automatically updating the corresponding .env file. The script now only updates the root/admin password for the running database containers. --- casaos-update-database-password/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/casaos-update-database-password/README.md b/casaos-update-database-password/README.md index aacd6b8..1e7002f 100644 --- a/casaos-update-database-password/README.md +++ b/casaos-update-database-password/README.md @@ -1,6 +1,6 @@ ## Why? -This script helps you update the root/admin password for running database containers (PostgreSQL, MySQL, or MariaDB) and automatically updates the corresponding .env file. +This script helps you update the root/admin password for running database containers (PostgreSQL, MySQL, or MariaDB). ## Features