1
0
forked from finn/tinyboard

fix wired DNS heredoc trailing newline

This commit is contained in:
Justin Oros
2026-04-16 09:59:23 -07:00
parent 288aa698d0
commit fe7f77171f

View File

@@ -141,7 +141,8 @@ network:
via: ${GATEWAY}
nameservers:
addresses:
$(printf '%b' "$DNS_YAML")NETEOF
$(printf '%b' "$DNS_YAML")
NETEOF
fi
info "Netplan config written to $NETPLAN_FILE"
@@ -161,6 +162,6 @@ echo -e "${YELLOW}════════════════════
echo -e "${YELLOW} Network reconfigured.${NC}"
echo -e "${YELLOW} If you are connected via SSH, your session${NC}"
echo -e "${YELLOW} may drop. Reconnect to: ${STATIC_ADDR}${NC}"
echo -e "${YELLOW} Then run: sudo ./setup-spoke.sh${NC}"
echo -e "${YELLOW} Then run: ./setup.sh${NC}"
echo -e "${YELLOW}══════════════════════════════════════════${NC}"
echo ""