mirror of
https://github.com/community-scripts/ProxmoxVE
synced 2025-02-18 21:59:17 +00:00
Add empty line before adminer creds
Seperates them from the previous block of credentials
This commit is contained in:
parent
a57d8ac14e
commit
b8a16376d4
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user