echo echo

main
bashrc 2026-02-25 10:07:38 +00:00
parent d91b173549
commit 5cadc2a9b2
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ fi
echo 'Creating a command script to obtain yggdrasil address'
{ echo '#!/bin/bash';
echo -n '2'
echo "echo -n '2'";
echo "sudo yggdrasilctl getself | grep \"IPv6 address\" | awk -F ' 2' '{print \$2}'"; } > /usr/bin/yggdrasil-address
chmod +x /usr/bin/yggdrasil-address