Can't unsuspend a user in the UI

The user is unsuspended but in the UI it shows as suspeded.

When I try do do this via CLI, I get:

root@~ # v-unsuspend-user user
sed: -e expression #1, char 3: unknown command: ' sed: -e expression #1, char 3: unknown command:

root@~ #

Found the issue.

Went to /usr/local/hestia/data/users/USERNAME/

Checked user.conf and there were 2 lines for

SUSPENDED=‘yes’
SUSPENDED=‘yes’

Deleted 1 and now everything’s working fine.

1 Like