Skip to content

Commit cbb0c0d

Browse files
committed
Fix
1 parent 4d0d40a commit cbb0c0d

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

‎install_remnawave.sh‎

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -945,9 +945,7 @@ update_remnawave_reverse() {
945945
printf "${COLOR_GREEN}${LANG[UPDATE_SUCCESS]}${COLOR_RESET}\n" "$remote_version"
946946
echo -e ""
947947
echo -e "${COLOR_YELLOW}${LANG[RESTART_REQUIRED]}${COLOR_RESET}"
948-
echo -e ""
949-
echo -e "${COLOR_YELLOW}${LANG[RELAUNCH_CMD]}${COLOR_RESET}"
950-
echo -e "${COLOR_GREEN}remnawave_reverse${COLOR_RESET}"
948+
echo -e "${COLOR_YELLOW}${LANG[RELAUNCH_CMD]}${COLOR_GREEN} remnawave_reverse${COLOR_RESET}"
951949
exit 0
952950
else
953951
echo -e "${COLOR_RED}${LANG[UPDATE_FAILED]}${COLOR_RESET}"

0 commit comments

Comments
 (0)