mirror of
https://github.com/simonmicro/Pritunl-Fake-API.git
synced 2025-12-06 02:56:59 -05:00
Improved a msg
This commit is contained in:
parent
4d19eedc24
commit
ac6927d21b
@ -27,7 +27,7 @@ ORIG_API_SERVER_ESCAPED=$(echo "$ORIG_API_SERVER" | sed -e 's/\./\\./g')
|
|||||||
get_fake_api() {
|
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=$(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')
|
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() {
|
show_info() {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user