Pangolin: update

This commit is contained in:
tremor021 2025-10-26 22:00:32 +01:00
parent b1859248c4
commit 9360e502c9

View File

@ -92,7 +92,7 @@ RestartSec=10
WantedBy=multi-user.target
EOF
systemctl enable -q --now pangolin
journalctl -u pangolin -f | grep -m1 -oP 'Token:\s*\K\w+' > ~/pangolin.creds
journalctl -u pangolin -f | grep -m1 'Token:' | awk '{print $NF}' > ~/pangolin.creds
msg_ok "Created pangolin Service"
msg_info "Setting up gerbil"