From a09da9b85c6c942e7bb0804e4429b59ab6bce2ed Mon Sep 17 00:00:00 2001 From: bashrc Date: Mon, 23 Feb 2026 19:02:04 +0000 Subject: [PATCH] awk position --- deploy/yggdrasil | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/yggdrasil b/deploy/yggdrasil index bb4b36c67..c2c294513 100755 --- a/deploy/yggdrasil +++ b/deploy/yggdrasil @@ -89,7 +89,7 @@ fi echo 'Creating a command script to obtain yggdrasil address' { echo '#!/bin/bash'; - echo "sudo yggdrasilctl getself | grep \"IPv6 address\" | awk -F ' ' '{print \$4}'"; } > /usr/bin/yggdrasil-address + echo "sudo yggdrasilctl getself | grep \"IPv6 address\" | awk -F ' ' '{print \$3}'"; } > /usr/bin/yggdrasil-address chmod +x /usr/bin/yggdrasil-address echo 'Creating yggdrasil configuration'