diff options
| author | kazan417 <kazan417@mail.ru> | 2026-03-18 21:45:45 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-03-18 21:45:45 +0300 |
| commit | 38d87230d326dd9ffd9ef9bc29b2e1c70a5b3f88 (patch) | |
| tree | 5e81d5785268f027868e6c1f84723fd371f261de | |
| parent | f0f98c712225269e1a3db1796eff88ebecaf2a2a (diff) | |
Update x-ui.sh (#3947)
looks like now cert management is option 19
| -rw-r--r-- | x-ui.sh | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -317,12 +317,12 @@ check_config() { start >/dev/null 2>&1 else LOGE "IP certificate setup failed." - echo -e "${yellow}You can try again via option 18 (SSL Certificate Management).${plain}" + echo -e "${yellow}You can try again via option 19 (SSL Certificate Management).${plain}" start >/dev/null 2>&1 fi else echo -e "${yellow}Access URL: http://${server_ip}:${existing_port}${existing_webBasePath}${plain}" - echo -e "${yellow}For security, please configure SSL certificate using option 18 (SSL Certificate Management)${plain}" + echo -e "${yellow}For security, please configure SSL certificate using option 19 (SSL Certificate Management)${plain}" fi fi } |
