diff --git a/bin/v_add_db_base b/bin/v_add_db_base index 617a64e1c..9bb055b27 100755 --- a/bin/v_add_db_base +++ b/bin/v_add_db_base @@ -82,7 +82,7 @@ v_str="$v_str U_DISK='0' SUSPEND='no' DATE='$V_DATE'" echo "$v_str">>$V_USERS/$user/db.conf # Hiding password -dt="$(date +%m-%d-%y" "%H:%m:%S)" +dt="$(date +%m-%d-%y" "%H:%M:%S)" V_EVENT="$dt $V_SCRIPT $user $database $db_user ***** $type $host" # Logging diff --git a/bin/v_add_sys_user b/bin/v_add_sys_user index 5a2ccfd84..e7592f15a 100755 --- a/bin/v_add_sys_user +++ b/bin/v_add_sys_user @@ -148,7 +148,7 @@ U_MAIL_DOMAINS='0' DATE='$V_DATE'" > $V_USERS/$user/user.conf # Hiding password -dt="$(date +%m-%d-%y" "%H:%m:%S)" +dt="$(date +%m-%d-%y" "%H:%M:%S)" V_EVENT="$dt $V_SCRIPT $user ***** $email $package $fname $lname" # Logging diff --git a/bin/v_add_web_domain_stat_auth b/bin/v_add_web_domain_stat_auth index 238dacbb7..783b37f9d 100755 --- a/bin/v_add_web_domain_stat_auth +++ b/bin/v_add_web_domain_stat_auth @@ -90,7 +90,7 @@ fi update_web_domain_value '$STATS_AUTH' "$a_users" # Hiding password -V_EVENT="$(date +%m-%d-%y" "%H:%m:%S) $V_SCRIPT $user $domain $auth_user *****" +V_EVENT="$(date +%m-%d-%y" "%H:%M:%S) $V_SCRIPT $user $domain $auth_user *****" # Logging log_history "$V_EVENT" "v_del_web_domain_stat_auth $user $domain $auth_user" diff --git a/bin/v_change_db_password b/bin/v_change_db_password index 1b7503893..bb67fca73 100755 --- a/bin/v_change_db_password +++ b/bin/v_change_db_password @@ -63,7 +63,7 @@ esac #----------------------------------------------------------# # Hiding password -V_EVENT="$(date +%m-%d-%y" "%H:%m:%S) $V_SCRIPT $user $database *****" +V_EVENT="$(date +%m-%d-%y" "%H:%M:%S) $V_SCRIPT $user $database *****" # Logging log_event 'system' "$V_EVENT" diff --git a/bin/v_change_sys_user_password b/bin/v_change_sys_user_password index 4f09985a6..0ef71b1c7 100755 --- a/bin/v_change_sys_user_password +++ b/bin/v_change_sys_user_password @@ -44,7 +44,7 @@ echo "$password" | /usr/bin/passwd "$user" --stdin >/dev/null 2>&1 #----------------------------------------------------------# # Hiding password -V_EVENT="$(date +%m-%d-%y" "%H:%m:%S) $V_SCRIPT $user *****" +V_EVENT="$(date +%m-%d-%y" "%H:%M:%S) $V_SCRIPT $user *****" # Logging log_event 'system' "$V_EVENT"