This commit is contained in:
2025-02-09 06:04:05 +00:00
parent 881bc30f45
commit 52a32eca6e
4 changed files with 7 additions and 4 deletions

View File

@ -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