mirror of
https://github.com/myvesta/vesta
synced 2025-08-21 05:44:08 -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'
|
restart_schedule 'dns'
|
||||||
|
|
||||||
# Changing suspend value
|
# Changing suspend value
|
||||||
update_user_value "$user" '$SUSPEND' 'yes'
|
update_user_value "$user" '$SUSPENDED' 'yes'
|
||||||
|
|
||||||
# Logging
|
# Logging
|
||||||
log_event 'system' "$V_EVENT"
|
log_event 'system' "$V_EVENT"
|
||||||
|
|
|
@ -74,7 +74,7 @@ restart_schedule 'web'
|
||||||
restart_schedule 'dns'
|
restart_schedule 'dns'
|
||||||
|
|
||||||
# Changing suspend value
|
# Changing suspend value
|
||||||
update_user_value "$user" '$SUSPEND' 'no'
|
update_user_value "$user" '$SUSPENDED' 'no'
|
||||||
|
|
||||||
# Logging
|
# Logging
|
||||||
log_event 'system' "$V_EVENT"
|
log_event 'system' "$V_EVENT"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue