Skip to content

Commit

Permalink
Fixed creating target folder
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderwolz committed Nov 8, 2024
1 parent 3c640d0 commit 333298b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bin/sync_remote_product_out.sh
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,8 @@ REMOTE_PRODUCT_FOLDER="$REMOTE_PRODUCT_PARENT_FOLDER/$DEVICE_NAME"

BEGIN=$(date -u +%s)

mkdir -p $LOCAL_AOSP_HOME

if [ ! -z $SYNC_ALL ]; then
#copy everything from $ANDROID_PRODUCT_OUT
rsync -avh -e "$SSH_OPTS" --delete "$SSH_USER@$SSH_HOST":$REMOTE_PRODUCT_FOLDER $LOCAL_AOSP_HOME
Expand Down

0 comments on commit 333298b

Please sign in to comment.