got rid of a weird hack to deal with strange fitpc configuration
diff --git a/aos/build/build.sh b/aos/build/build.sh
index c1cf166..eb639de 100755
--- a/aos/build/build.sh
+++ b/aos/build/build.sh
@@ -66,7 +66,7 @@
${NINJA} -C ${OUTDIR}/Default ${GYP_ACTION}
if [[ ${ACTION} == deploy || ${ACTION} == redeploy ]]; then
[ ${PLATFORM} == atom ] && \
- rsync --progress -c -r --rsync-path=/home/driver/bin/rsync \
+ rsync --progress -c -r \
${OUTDIR}/Default/outputs/* \
driver@`${AOS}/build/get_ip fitpc`:/home/driver/robot_code/bin
[ ${PLATFORM} == crio ] && \