We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 005a3d1 commit 9a140b0Copy full SHA for 9a140b0
bin/v-suspend-user
@@ -77,6 +77,9 @@ fi
77
$BIN/v-restart-web $restart
78
check_result $? "Web restart failed" >/dev/null
79
80
+$BIN/v-restart-proxy $restart
81
+check_result $? "Proxy restart failed" >/dev/null
82
+
83
$BIN/v-restart-dns $restart
84
check_result $? "DNS restart failed" >/dev/null
85
bin/v-unsuspend-user
@@ -80,6 +80,9 @@ decrease_user_value 'admin' '$SUSPENDED_USERS'
86
87
88
0 commit comments