File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 6666
6767# Logging
6868$BIN /v-log-action " system" " Warning" " Users" " Password reset requested (User: $user )."
69- $BIN /v-log-action " $user " " Warn " " System" " Password reset requested."
69+ $BIN /v-log-action " $user " " Warning " " System" " Password reset requested."
7070log_event " $OK " " $ARGUMENTS "
7171
7272exit
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ $BIN/v-restart-cron
5555check_result $? " Cron restart failed" > /dev/null
5656
5757# Logging
58- $BIN /v-log-action " $user " " Info" " Warn " " Cron job notifications and reporting disabled."
58+ $BIN /v-log-action " $user " " Info" " Warning " " Cron job notifications and reporting disabled."
5959log_event " $OK " " $ARGUMENTS "
6060
6161exit
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ $BIN/v-restart-mail $restart
6565check_result $? " Mail restart failed" > /dev/null
6666
6767# Logging
68- $BIN /v-log-action " $user " " Warn " " Mail" " SSL disabled (Domain: $domain )."
68+ $BIN /v-log-action " $user " " Warning " " Mail" " SSL disabled (Domain: $domain )."
6969log_event " $OK " " $ARGUMENTS "
7070
7171exit
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ update_user_value "$user" '$QRCODE' ""
5656# ----------------------------------------------------------#
5757
5858$BIN /v-log-action " system" " Warning" " System" " Two-factor authentication disabled (User: $user )."
59- $BIN /v-log-action " $user " " Warn " " System" " Two-factor authentication disabled."
59+ $BIN /v-log-action " $user " " Warning " " System" " Two-factor authentication disabled."
6060log_event " $OK " " $ARGUMENTS "
6161
6262exit
Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ $BIN/v-restart-proxy $restart
9393check_result $? " Proxy restart failed" > /dev/null
9494
9595# Logging
96- $BIN /v-log-action " $user " " Warn " " Web" " SSL disabled (Domain: $domain )."
96+ $BIN /v-log-action " $user " " Warning " " Web" " SSL disabled (Domain: $domain )."
9797log_event " $OK " " $ARGUMENTS "
9898
9999exit
You can’t perform that action at this time.
0 commit comments