We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f819188 commit 4a56d8dCopy full SHA for 4a56d8d
install/zabbix-install.sh
@@ -81,8 +81,6 @@ $STD sudo -u postgres psql -c "ALTER ROLE $DB_USER SET timezone TO 'UTC'"
81
echo "Zabbix Database User: $DB_USER"
82
echo "Zabbix Database Password: $DB_PASS"
83
echo "Zabbix Database Name: $DB_NAME"
84
- echo "Zabbix Admin Email: $ADMIN_EMAIL"
85
- echo "Zabbix Admin Password: $ADMIN_PASSWORD"
86
} >>~/zabbix.creds
87
88
zcat /usr/share/zabbix/sql-scripts/postgresql/server.sql.gz | sudo -u $DB_USER psql $DB_NAME &>/dev/null
0 commit comments