mirror of
https://github.com/myvesta/vesta
synced 2025-08-20 21:34:12 -07:00
hot fix for suspend/unsuspend function with right key
This commit is contained in:
parent
8633879b63
commit
2fbabe2de5
2 changed files with 2 additions and 2 deletions
|
@ -77,7 +77,7 @@ restart_schedule 'web'
|
|||
restart_schedule 'dns'
|
||||
|
||||
# Changing suspend value
|
||||
update_user_value "$user" '$SUSPEND' 'yes'
|
||||
update_user_value "$user" '$SUSPENDED' 'yes'
|
||||
|
||||
# Logging
|
||||
log_event 'system' "$V_EVENT"
|
||||
|
|
|
@ -74,7 +74,7 @@ restart_schedule 'web'
|
|||
restart_schedule 'dns'
|
||||
|
||||
# Changing suspend value
|
||||
update_user_value "$user" '$SUSPEND' 'no'
|
||||
update_user_value "$user" '$SUSPENDED' 'no'
|
||||
|
||||
# Logging
|
||||
log_event 'system' "$V_EVENT"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue