Changement des noms de fichiers pour être plus génériques

This commit is contained in:
root 2020-05-11 01:27:22 +02:00
parent 1c00bc8112
commit 1e95327d46
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ IMAPSYNC_BIN=/usr/bin/kopano-migration-imap
# --host1 test1.lamiral.info --user1 test1 --password1 secret1 \
# --host2 test2.lamiral.info --user2 test2 --password2 secret2
cat mig_blorand.csv | grep -v '^#' | while read line ; do
cat mig_mailbox.csv | grep -v '^#' | while read line ; do
ORIG_IMAP_SRV=`echo $line | awk -F':' '{ print $1 }'`
ORIG_IMAP_LOGIN=`echo $line | awk -F':' '{ print $2 }'`
ORIG_IMAP_PASS=`echo $line | awk -F':' '{ print $3 }'`