Index: build/create_update_folder.sh =================================================================== diff -u -r2d10e542af7f43dc8183f965a747e21ef6d991cf -r458de3344a4f3a4a70516249abf81517488925a4 --- build/create_update_folder.sh (.../create_update_folder.sh) (revision 2d10e542af7f43dc8183f965a747e21ef6d991cf) +++ build/create_update_folder.sh (.../create_update_folder.sh) (revision 458de3344a4f3a4a70516249abf81517488925a4) @@ -79,8 +79,9 @@ git checkout staging echo "Here is my branch" git status +cd "$TEMP_DIR" || return +echo "Current Directory $(pwd)" cd .. -cd .. # Move the cloud sync to the destination folder cp -r "$TEMP_DIR"/* "$FOLDER_DST"/"$CLOUD_SYNC" # Find all the files that are git related and are hidden and remove them