Add empty line before adminer creds

Seperates them from the previous block of credentials
This commit is contained in:
Gerhard Burger 2024-11-27 14:48:33 +01:00
parent a57d8ac14e
commit b8a16376d4

View File

@ -77,6 +77,7 @@ if [[ "${adminer_prompt,,}" =~ ^(y|yes)$ ]]; then
systemctl reload apache2
IP=$(hostname -I | awk '{print $1}')
cat <<EOF >>~/outline.creds
Adminer Interface: $IP/adminer/
Adminer System: PostgreSQL
Adminer Server: localhost:5432