File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 108108 git -C " $AR_COMPS /esp-rainmaker" submodule update --init --recursive
109109fi
110110if [ $? -ne 0 ]; then exit 1; fi
111+ if [ -d " $AR_COMPS /esp-rainmaker/components/esp-insights/components/cbor" ]; then
112+ mv " $AR_COMPS /esp-rainmaker/components/esp-insights/components/cbor" " $AR_COMPS /esp-rainmaker/components/esp-insights/components/cbor2"
113+ fi
111114
112115#
113116# CLONE/UPDATE ESP-INSIGHTS
122125 git -C " $AR_COMPS /esp-insights" submodule update --init --recursive
123126fi
124127if [ $? -ne 0 ]; then exit 1; fi
128+ if [ -d " $AR_COMPS /esp-insights/components/cbor" ]; then
129+ mv " $AR_COMPS /esp-insights/components/cbor" " $AR_COMPS /esp-insights/components/cbor2"
130+ fi
125131
126132#
127133# CLONE/UPDATE ESP-LITTLEFS
You can’t perform that action at this time.
0 commit comments