From 82f542e480c1d5783fd4fed5cddff9a8c8b8b142 Mon Sep 17 00:00:00 2001 From: nemunaire Date: Fri, 29 Mar 2019 12:32:12 +0100 Subject: [PATCH] - --- pkg/wg/ask.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/wg/ask.sh b/pkg/wg/ask.sh index 56d83d7..7202dbd 100755 --- a/pkg/wg/ask.sh +++ b/pkg/wg/ask.sh @@ -12,7 +12,7 @@ cmdline() { [ -f "/etc/wireguard/adlin.token" ] && WGTOKEN=$(cat /etc/wireguard/adlin.token) [ -z "${WGTOKEN}" ] && WGTOKEN=$(cmdline adlin.token) [ -z "${WGTOKEN}" ] && { - echo -n "You didn't define your token to connect the network. Please copy it here now: " + echo -n "You didn't define your token to connect the network. Please copy it into /var/lib/adlin/wireguard/adlin.token and reboot." exit 1 } [ -f "/etc/wireguard/adlin.conf" ] && WGPRVKEY=$(sed 's/^.*PrivateKey *= *//p;d' /etc/wireguard/adlin.conf)