Update reset_admin_password.sh

This commit is contained in:
FusionPBX 2017-10-07 11:19:07 -06:00 committed by GitHub
parent b11e744abe
commit 4bfe46b13a
1 changed files with 0 additions and 1 deletions

View File

@ -6,7 +6,6 @@ cd "$(dirname "$0")"
#includes
. ./config.sh
. ./colors.sh
. ./environment.sh
#count the users
admin_users=$(sudo -u postgres psql fusionpbx -Atc "select count(*) from v_users JOIN v_group_users USING (domain_uuid) where username='$system_username' and group_name = 'superadmin'")