Explorar o código

[bin] Update mail sync script

Colin Powell hai 1 ano
pai
achega
f2a997d82f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      bin/.bin/syncmail

+ 1 - 1
bin/.bin/syncmail

@@ -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