From f4530fb1f83c0379ad313475d0c08bfb87708008 Mon Sep 17 00:00:00 2001 From: Tine Date: Thu, 2 Jan 2025 16:36:38 +0100 Subject: [PATCH] fix(ingress.tjo.cloud): typo --- ingress.tjo.cloud/install.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/ingress.tjo.cloud/install.sh b/ingress.tjo.cloud/install.sh index 9def22b..c8eddce 100755 --- a/ingress.tjo.cloud/install.sh +++ b/ingress.tjo.cloud/install.sh @@ -78,14 +78,14 @@ systemctl enable --now alloy systemctl restart alloy ## -echo "== Configure Dydns" -cp -r root/etc/default/dydns /etc/default/dydns +echo "== Configure Dyndns" +cp -r root/etc/default/dyndns /etc/default/dyndns { echo "DIGITALOCEAN_TOKEN=${DIGITALOCEAN_TOKEN}" echo "NAME=${CLOUD_REGION}" -} >>/etc/default/dydns -systemctl enable --now dydns -systemctl restart dydns +} >>/etc/default/dyndns +systemctl enable --now dyndns +systemctl restart dyndns ## echo "== Configure Tailscale"