[bin] Update mail sync script

This commit is contained in:
2024-01-15 10:02:29 -05:00
parent 7f1e0478a3
commit f2a997d82f

View File

@ -4,5 +4,5 @@ if [ $(pidof muchsync) ]; then
echo "Checkmail is already running."
else
echo "Checking for new mail"
muchsync muchsync1.local
muchsync mail0.local
fi