db_host isn't secret

Signed-off-by: kiara <kiara@bij1.org>
This commit is contained in:
kiara 2023-10-16 15:18:43 +00:00
parent fa15978c71
commit eedf3139c6
1 changed files with 1 additions and 1 deletions

View File

@ -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