mirror of
https://github.com/YunoHost/clinette.git
synced 2024-09-03 20:06:38 +02:00
[Fix] URL of the host of dynette.
Thanks @kay0u
This commit is contained in:
parent
1c15932685
commit
c7459b8db9
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue