Skip to content

Commit 92cb708

Browse files
committed
Minor changes
Update note
1 parent a501ef1 commit 92cb708

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

bin/v-list-sys-config

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,10 +86,8 @@ json_list() {
8686
"PROXY_SSL_PORT": "'$PROXY_SSL_PORT'",
8787
"PROXY_SYSTEM": "'$PROXY_SYSTEM'",
8888
"RELEASE_BRANCH": "'$RELEASE_BRANCH'",
89-
"RELEASE_BRANCH": "'$RELEASE_BRANCH'",
90-
"RESOURCES_LIMIT": "'$RESOURCES_LIMIT'",
9189
"REPOSITORY": "'$REPOSITORY'",
92-
"ROOT_USER": "'$ROOT_USER'",
90+
"ROOT_USER": "'$ROOT_USER'",
9391
"SERVER_SMTP_ADDR": "'$SERVER_SMTP_ADDR'",
9492
"SERVER_SMTP_HOST": "'$SERVER_SMTP_HOST'",
9593
"SERVER_SMTP_PASSWD": "'$SERVER_SMTP_PASSWD'",

web/edit/server/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -582,7 +582,7 @@
582582
}
583583
}
584584

585-
// Set disk_quota support
585+
// Set systen resources limit support
586586
if (empty($_SESSION["error_msg"])) {
587587
if (
588588
!empty($_POST["v_resources_limit"]) &&

0 commit comments

Comments
 (0)