add correct to for isg_order
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
623b1e2456
commit
f7808b6c8e
8 changed files with 18 additions and 13 deletions
|
|
@ -8,8 +8,8 @@ if [ -z "$SLEEP" ]; then
|
|||
fi
|
||||
|
||||
while true; do
|
||||
fetchmail >/dev/null ;
|
||||
offlineimap
|
||||
fetchmail >/dev/null
|
||||
# offlineimap
|
||||
echo "Mails abgeholt, schlafe nun $SLEEP Sekunde(n)"
|
||||
sleep $SLEEP;
|
||||
done
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue