From c7459b8db9b935e4dba3d3902bcf4ad586d29373 Mon Sep 17 00:00:00 2001 From: frju365 Date: Sun, 23 Feb 2020 21:40:38 +0100 Subject: [PATCH] [Fix] URL of the host of dynette. Thanks @kay0u --- clinette.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/clinette.sh b/clinette.sh index 0946092..a1ebebc 100755 --- a/clinette.sh +++ b/clinette.sh @@ -4,7 +4,7 @@ COMMAND=$1 DOMAIN=$2 DYNHOST_USER="yunohost" -DYNHOST_HOST="bearnaise.yunohost.org" +DYNHOST_HOST="samurai.yunohost.org" DYNHOST_PORT="2210" @@ -44,4 +44,4 @@ case "$COMMAND" in echo $"Usage: $0 {test|delete} " exit 1 -esac \ No newline at end of file +esac