Skip to content

Commit 2fbabe2

Browse files
committed
hot fix for suspend/unsuspend function with right key
1 parent 8633879 commit 2fbabe2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bin/v_suspend_sys_user

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ restart_schedule 'web'
7777
restart_schedule 'dns'
7878

7979
# Changing suspend value
80-
update_user_value "$user" '$SUSPEND' 'yes'
80+
update_user_value "$user" '$SUSPENDED' 'yes'
8181

8282
# Logging
8383
log_event 'system' "$V_EVENT"

bin/v_unsuspend_sys_user

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ restart_schedule 'web'
7474
restart_schedule 'dns'
7575

7676
# Changing suspend value
77-
update_user_value "$user" '$SUSPEND' 'no'
77+
update_user_value "$user" '$SUSPENDED' 'no'
7878

7979
# Logging
8080
log_event 'system' "$V_EVENT"

0 commit comments

Comments
 (0)