Skip to content

Commit

Permalink
skip error when directory already exists (#2379)
Browse files Browse the repository at this point in the history
  • Loading branch information
wing328 authored Mar 13, 2019
1 parent 7ba973c commit a2d6073
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/client/petstore/R/test_petstore.bash
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export R_LIBS_USER=$HOME/R

echo "R lib directory: $R_LIBS_USER"

mkdir $R_LIBS_USER
mkdir $R_LIBS_USER || true

Rscript -e "install.packages('jsonlite', repos='$REPO', lib='$R_LIBS_USER')"
Rscript -e "install.packages('httr', repos='$REPO', lib='$R_LIBS_USER')"
Expand Down

0 comments on commit a2d6073

Please sign in to comment.