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)