From ac6927d21b463c8c7c366fe22ad6b69f28047620 Mon Sep 17 00:00:00 2001 From: Simon Beginn Date: Fri, 24 Jan 2020 22:41:49 +0100 Subject: [PATCH] Improved a msg --- server/setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/setup.sh b/server/setup.sh index a3e2c5b..6533ac5 100755 --- a/server/setup.sh +++ b/server/setup.sh @@ -27,7 +27,7 @@ ORIG_API_SERVER_ESCAPED=$(echo "$ORIG_API_SERVER" | sed -e 's/\./\\./g') get_fake_api() { FAKE_API_SERVER=$(dialog --title "Fake API address" --inputbox "Please enter the address from your faked API (with a valid HTTPS certificate). If you don't have one yourself, just use 'pritunl-api.simonmicro.de'." $winY $winX 2>&1 >/dev/tty) FAKE_API_SERVER_ESCAPED=$(echo "$FAKE_API_SERVER" | sed -e 's/\./\\./g') - echo "Please wait. This can take up to several minutes..." + echo "Please wait, this script replacing all necessary parts of the server. This can take up to several minutes..." } show_info() {