File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -62,13 +62,13 @@ setup-test-env:
6262 if [ ! -d " private/crdt-layers/worker-1" ]; then mkdir -p private/crdt-layers/worker-1; fi
6363 @for i in ` seq 0 ${NUM_USERS} ` ; do \
6464 if [ ! -d " private/crdt-layers/worker-1/user$$ {i}" ]; then mkdir -p private/crdt-layers/worker-1/user$$ {i}; fi ; \
65- if [ ! -f " private/crdt-layers/worker-1/user$$ {i}/mailbox-structure.log" ]; then touch private/crdt-layers/worker-1/user$$ {i}/mailbox-structure.log && echo -n " SU5CT1g=;aa$$ {i}cc488-7469-4984-8f88-27adc426ab6a" > private/crdt-layers/worker-1/user$$ {i}/mailbox-structure.log; fi ; \
65+ if [ ! -f " private/crdt-layers/worker-1/user$$ {i}/mailbox-structure.log" ]; then touch private/crdt-layers/worker-1/user$$ {i}/mailbox-structure.log && echo " SU5CT1g=;aa$$ {i}cc488-7469-4984-8f88-27adc426ab6a" > private/crdt-layers/worker-1/user$$ {i}/mailbox-structure.log; fi ; \
6666 if [ ! -f " private/crdt-layers/worker-1/user$$ {i}/INBOX.log" ]; then touch private/crdt-layers/worker-1/user$$ {i}/INBOX.log; fi ; \
6767 done
6868 if [ ! -d " private/crdt-layers/storage" ]; then mkdir -p private/crdt-layers/storage; fi
6969 @for i in ` seq 0 ${NUM_USERS} ` ; do \
7070 if [ ! -d " private/crdt-layers/storage/user$$ {i}" ]; then mkdir -p private/crdt-layers/storage/user$$ {i}; fi ; \
71- if [ ! -f " private/crdt-layers/storage/user$$ {i}/mailbox-structure.log" ]; then touch private/crdt-layers/storage/user$$ {i}/mailbox-structure.log && echo -n " SU5CT1g=;bb$$ {i}cc488-7469-4984-8f88-27adc426ab6a" > private/crdt-layers/storage/user$$ {i}/mailbox-structure.log; fi ; \
71+ if [ ! -f " private/crdt-layers/storage/user$$ {i}/mailbox-structure.log" ]; then touch private/crdt-layers/storage/user$$ {i}/mailbox-structure.log && echo " SU5CT1g=;bb$$ {i}cc488-7469-4984-8f88-27adc426ab6a" > private/crdt-layers/storage/user$$ {i}/mailbox-structure.log; fi ; \
7272 if [ ! -f " private/crdt-layers/storage/user$$ {i}/INBOX.log" ]; then touch private/crdt-layers/storage/user$$ {i}/INBOX.log; fi ; \
7373 done
7474
You can’t perform that action at this time.
0 commit comments