[bin] Fix mail sync scripts
This commit is contained in:
@ -1,2 +1,8 @@
|
||||
#!/bin/sh
|
||||
muchsync muchsync1.local
|
||||
#!/bin/bash
|
||||
|
||||
if [ $(pidof muchsync) ]; then
|
||||
echo "Checkmail is already running."
|
||||
else
|
||||
echo "Checking for new mail"
|
||||
muchsync muchsync1.local
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user