diff --git a/ingress.tjo.cloud/install.sh b/ingress.tjo.cloud/install.sh index cc49384..72355cd 100755 --- a/ingress.tjo.cloud/install.sh +++ b/ingress.tjo.cloud/install.sh @@ -79,7 +79,7 @@ systemctl restart alloy ## echo "== Configure Dyndns" -cp root/systemd/system/dyndns.service /systemd/system/dyndns.service +cp root/etc/systemd/system/dyndns.service /etc/systemd/system/dyndns.service cp -r root/etc/default/dyndns /etc/default/dyndns { echo "DIGITALOCEAN_TOKEN=${DIGITALOCEAN_TOKEN}" diff --git a/ingress.tjo.cloud/root/systemd/system/dyndns.service b/ingress.tjo.cloud/root/etc/systemd/system/dyndns.service similarity index 100% rename from ingress.tjo.cloud/root/systemd/system/dyndns.service rename to ingress.tjo.cloud/root/etc/systemd/system/dyndns.service