Skip to content

Commit 513896c

Browse files
authored
Update download_artifacts.sh
Signed-off-by: quic-khrahul <[email protected]>
1 parent d33c433 commit 513896c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

scripts/download_artifacts.sh

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -123,13 +123,12 @@ main() {
123123
outputmodelpath="$outputpath"
124124
outputlabelpath="$outputpath"
125125
outputconfigpath="$outputpath"
126-
outputdatapath="/etc/data/"
127126
mkdir -p "${outputconfigpath}"
128127
else
129128
outputmodelpath="/etc/models/"
130129
outputlabelpath="/etc/labels/"
131-
outputconfigpath="/etc/configs/"
132-
outputmediapath="/etc/media/"
130+
outputdatapath="/etc/data/"
131+
outputmediapath="/etc/media/"
133132
fi
134133

135134
# Check if version and chipset are provided

0 commit comments

Comments
 (0)