summaryrefslogtreecommitdiffstats
path: root/bin/secrets
diff options
context:
space:
mode:
Diffstat (limited to 'bin/secrets')
-rwxr-xr-xbin/secrets2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/secrets b/bin/secrets
index 81ba480..ea7aef8 100755
--- a/bin/secrets
+++ b/bin/secrets
@@ -35,6 +35,8 @@ cmd_sync() {
hostname=tozt.net
elif [ "${host}" = "mail" ]; then
hostname=newmail3.tozt.net
+ elif [ "${host}" = "partofme" ]; then
+ hostname=partofme
else
echo "unknown host ${host}" >&2
exit 1