Index: build/build.sh =================================================================== diff -u -rb91cae47b5afc8d877e7326b8e3a7a32d8e547fc -r0ec7ca47a68fa035d6c1cf0cc0d6f91e13b09950 --- build/build.sh (.../build.sh) (revision b91cae47b5afc8d877e7326b8e3a7a32d8e547fc) +++ build/build.sh (.../build.sh) (revision 0ec7ca47a68fa035d6c1cf0cc0d6f91e13b09950) @@ -314,7 +314,8 @@ #return back to main folder cd .. - ./create_update_folder.sh + echo "My Location is $(pwd)" + ./build/scripts/build/create_update_folder.sh # Copy the required scripts to be able to launch the application remotely #cp -r "application/scripts" "$REMOTE_DIR"