Skip to content

Commit 5649dbe

Browse files
committed
fix
1 parent 721d0a7 commit 5649dbe

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

install_remnawave.sh

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
SCRIPT_VERSION="2.3.1a"
3+
SCRIPT_VERSION="2.3.1b"
44
UPDATE_AVAILABLE=false
55
DIR_REMNAWAVE="/usr/local/remnawave_reverse/"
66
LANG_FILE="${DIR_REMNAWAVE}selected_language"
@@ -4049,7 +4049,9 @@ create_api_token() {
40494049

40504050
sed -i "s|REMNAWAVE_API_TOKEN=.*|REMNAWAVE_API_TOKEN=$api_token|" "$target_dir/docker-compose.yml"
40514051

4052-
echo -e "${COLOR_GREEN}${LANG[API_TOKEN_ADDED]}${COLOR_RESET}"
4052+
sleep 1
4053+
4054+
echo -e "${COLOR_GREEN}${LANG[API_TOKEN_ADDED]}${COLOR_RESET}" >&2
40534055
}
40544056

40554057

0 commit comments

Comments
 (0)