From eedf3139c6d2ef99e6f53f6df674aa312f84e796 Mon Sep 17 00:00:00 2001 From: kiara Date: Mon, 16 Oct 2023 15:18:43 +0000 Subject: [PATCH] db_host isn't secret Signed-off-by: kiara --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 5f62ea6..4730d3c 100755 --- a/install.sh +++ b/install.sh @@ -43,7 +43,7 @@ echo 'Database password:' read -s db_pass echo 'Database host:' -read -s db_host +read db_host # Setup right DB settings sedeasy localhost $db_host wp-config.php