[bin] Fix mail and capture scripts

This commit is contained in:
2025-02-07 14:21:27 -05:00
parent b36a12672c
commit ccab844115
3 changed files with 8 additions and 3 deletions

View File

@ -32,11 +32,11 @@ if [ "$1" = "backyard" ]; then
host="paaliaq.local"
fi
if [ "$1" = "backyard_low" ]; then
port=8082
port=8081
host="paaliaq.local"
fi
if [ "$1" = "basement_extension" ]; then
port=8083
port=8082
host="paaliaq.local"
fi
if [ "$1" = "diningroom" ]; then