summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Cady <d@jerkface.net>2020-10-13 13:49:58 -0400
committerAndrew Cady <d@jerkface.net>2020-10-13 13:49:58 -0400
commit44d8cbe141ec0cc69b31a119e99bef9a34521604 (patch)
treee176b24cceee9c7756efeb8cca8e40a866507a28
parenta1fc7fbc9c368555a4de852000398e3baff9ec16 (diff)
add hostname label to secondary cryptonomic.net address
-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