Merge pull request #2 from ABLD/master

[Fix] URL of the host of dynette.
This commit is contained in:
Bram 2020-05-04 16:54:02 +02:00 committed by GitHub
commit ba489a78a8
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