Skip to content

Commit fe5e793

Browse files
committed
update
1 parent 6b685a2 commit fe5e793

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

‎install_remnawave.sh‎

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,6 @@ manage_install() {
476476
reading "${LANG[INSTALL_PROMPT]}" INSTALL_OPTION
477477
case $INSTALL_OPTION in
478478
1)
479-
# Показать предупреждение для установки панели+ноды на один сервер
480479
echo -e ""
481480
echo -e "${COLOR_RED}${LANG[WARNING_LABEL]}${COLOR_RESET}"
482481
echo -e "${COLOR_YELLOW}${LANG[PANEL_NODE_SINGLE_SERVER_WARNING]}${COLOR_RESET}"
@@ -487,9 +486,7 @@ manage_install() {
487486

488487
if [[ "$confirm_install" != "y" && "$confirm_install" != "Y" ]]; then
489488
echo -e "${COLOR_YELLOW}${LANG[EXIT]}${COLOR_RESET}"
490-
log_clear
491-
manage_install
492-
return
489+
exit 0
493490
fi
494491

495492
show_webserver_select

0 commit comments

Comments
 (0)