Skip to content
Snippets Groups Projects
Commit 6827c1bd authored by Marcus Thelander Andrén's avatar Marcus Thelander Andrén
Browse files

Updated flashing script

parent 556b5e7f
Branches
No related tags found
No related merge requests found
Pipeline #698 failed
...@@ -23,7 +23,7 @@ printf "${GREEN}Bundling...${NC}\n\n" ...@@ -23,7 +23,7 @@ printf "${GREEN}Bundling...${NC}\n\n"
for (( i=0; i<${#packages[@]}; i++ )); do for (( i=0; i<${#packages[@]}; i++ )); do
{ {
printf "${BLUE} * ${packages[$i]}${NC}\n" printf "${BLUE} * ${packages[$i]}${NC}\n"
cp -r ../../${packages[$i]} ${BASEDIR}/juliapackages cp -r ../../../${packages[$i]} ${BASEDIR}/juliapackages
} || { } || {
printf "${BLUE}WARNING.${NC} Could not bundle package ${packages[$i]}${NC}\n" printf "${BLUE}WARNING.${NC} Could not bundle package ${packages[$i]}${NC}\n"
flag=false flag=false
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment