hot fix for suspend/unsuspend function with right key

This commit is contained in:
Serghey Rodin 2011-12-17 22:23:53 +02:00
commit 2fbabe2de5
2 changed files with 2 additions and 2 deletions

View file

@ -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"

View file

@ -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"