Skip to content

Commit c67eb07

Browse files
committed
Updated v-list-sys-config + right fixes
TWOFA_VALID_LENGTH still needs to bereplaced with new name.
1 parent 2972a28 commit c67eb07

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

bin/v-list-sys-config

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,9 @@ json_list() {
5353
"WEBMAIL_ALIAS": "'$WEBMAIL_ALIAS'",
5454
"DB_PMA_ALIAS": "'$DB_PMA_ALIAS'",
5555
"DB_PGA_ALIAS": "'$DB_PGA_ALIAS'",
56-
"SOFTACULOUS": "'$SOFTACULOUS'"
56+
"SOFTACULOUS": "'$SOFTACULOUS'",
57+
"INACTIVE_SESSION_TIMEOUT": "'$INACTIVE_SESSION_TIMEOUT'",
58+
"TWOFA_VALID_LENGTH": "'$TWOFA_VALID_LENGTH'",
5759
}
5860
}'
5961
}

bin/v-log-user-login

100644100755
File mode changed.

bin/v-log-user-logout

100644100755
File mode changed.

0 commit comments

Comments
 (0)