update.
This commit is contained in:
@ -4,7 +4,7 @@ TARGET_IP="192.168.3.220"
|
||||
TARGET_PATH="/data/sdcard/PassengerStatistics"
|
||||
base_path=$(pwd)
|
||||
libraries_root="/opt/Libraries"
|
||||
if [[ $base_path == /home/* ]]; then
|
||||
if [[ $base_path == /home/* || $base_path == /root/* ]]; then
|
||||
build_path=${base_path}/build
|
||||
else
|
||||
build_path=/tmp/build
|
||||
|
Reference in New Issue
Block a user