mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-09-24 02:48:32 +00:00
Remove not exist admin credentials from output
This commit is contained in:
parent
f819188a5e
commit
a516fff186
@ -81,8 +81,6 @@ $STD sudo -u postgres psql -c "ALTER ROLE $DB_USER SET timezone TO 'UTC'"
|
|||||||
echo "Zabbix Database User: $DB_USER"
|
echo "Zabbix Database User: $DB_USER"
|
||||||
echo "Zabbix Database Password: $DB_PASS"
|
echo "Zabbix Database Password: $DB_PASS"
|
||||||
echo "Zabbix Database Name: $DB_NAME"
|
echo "Zabbix Database Name: $DB_NAME"
|
||||||
echo "Zabbix Admin Email: $ADMIN_EMAIL"
|
|
||||||
echo "Zabbix Admin Password: $ADMIN_PASSWORD"
|
|
||||||
} >>~/zabbix.creds
|
} >>~/zabbix.creds
|
||||||
|
|
||||||
zcat /usr/share/zabbix/sql-scripts/postgresql/server.sql.gz | sudo -u $DB_USER psql $DB_NAME &>/dev/null
|
zcat /usr/share/zabbix/sql-scripts/postgresql/server.sql.gz | sudo -u $DB_USER psql $DB_NAME &>/dev/null
|
||||||
|
Loading…
x
Reference in New Issue
Block a user