[Fix] URL of the host of dynette.

Thanks @kay0u
This commit is contained in:
frju365 2020-02-23 21:40:38 +01:00 committed by GitHub
parent 1c15932685
commit c7459b8db9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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} <domain>"
exit 1
esac
esac