diff --git a/DMS/batch_imapsync.sh b/DMS/batch_imapsync.sh index ac66172..dcb7a48 100644 --- a/DMS/batch_imapsync.sh +++ b/DMS/batch_imapsync.sh @@ -32,10 +32,10 @@ run_sync_jobs() { echo "[$(date)] Syncing $email -> $LOGFILE" >> "batch_master_${TIMESTAMP}.log" # Führe Docker imapsync für den aktuellen User aus - docker run --rm -i gilleslamiral/imapsync imapsync \ + docker run --rm gilleslamiral/imapsync imapsync \ --host1 "$HOST1" --user1 "$email" --password1 "$password" --ssl1 \ --host2 "$HOST2" --user2 "$email" --password2 "$password" --ssl2 \ - --automap > "$LOGFILE" 2>&1 + --automap > "$LOGFILE" 2>&1 < /dev/null done < "$CSV_FILE"