Skip to content

Commit 4a56d8d

Browse files
authored
Remove not exist admin credentials from output (#7849)
1 parent f819188 commit 4a56d8d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

install/zabbix-install.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,6 @@ $STD sudo -u postgres psql -c "ALTER ROLE $DB_USER SET timezone TO 'UTC'"
8181
echo "Zabbix Database User: $DB_USER"
8282
echo "Zabbix Database Password: $DB_PASS"
8383
echo "Zabbix Database Name: $DB_NAME"
84-
echo "Zabbix Admin Email: $ADMIN_EMAIL"
85-
echo "Zabbix Admin Password: $ADMIN_PASSWORD"
8684
} >>~/zabbix.creds
8785

8886
zcat /usr/share/zabbix/sql-scripts/postgresql/server.sql.gz | sudo -u $DB_USER psql $DB_NAME &>/dev/null

0 commit comments

Comments
 (0)