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 e25454b..d42c5de 100755
--- a/bin/secrets
+++ b/bin/secrets
@@ -33,6 +33,8 @@ cmd_sync() {
host="${2:-tozt}"
if [ "${host}" = "tozt" ]; then
hostname=tozt.net
+ elif [ "${host}" = "mail" ]; then
+ hostname=newmail.tozt.net
else
echo "unknown host ${host}" >&2
exit 1