Remove default of adding "dns" to the hostname.

This commit is contained in:
Graham Williams 2017-02-16 11:48:12 +08:00
Родитель 4ca599e34f
Коммит ae3581703e
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -36,7 +36,7 @@ deployDSVM <- function(context,
authen="",
pubkey="",
password="",
dns=paste0(name, "dns"),
dns=name,
mode="Sync")
{
# check if required arguments are present.