summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--selfpublish.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/selfpublish.sh b/selfpublish.sh
index 3aa0a77..3256c5b 100644
--- a/selfpublish.sh
+++ b/selfpublish.sh
@@ -326,7 +326,7 @@ then
326 326
327elif [ "$1" = dyndns ] 327elif [ "$1" = dyndns ]
328then 328then
329 set -- ssh -i "$KEY_FILE" dyndns@"$DOMAIN" 329 set -- ssh -i "$KEY_FILE" dyndns@"$DOMAIN" "$(hostname)"
330 330
331 if [ -r "$KEY_FILE" ] 331 if [ -r "$KEY_FILE" ]
332 then 332 then