Replace wrong make.sh command

This commit is contained in:
Markus Unterwaditzer
2025-09-26 12:04:47 +02:00
committed by Cooper Quintin
parent f6ff61f26b
commit 9d33c161b6

View File

@@ -2,7 +2,7 @@
pushd daemon/web
npm run build
popd
cargo build --profile firmware-devel --bin rayhunter-daemon --target="armv7-unknown-linux-musleabihf" #--features debug
cargo build-daemon-firmware-devel
adb shell '/bin/rootshell -c "/etc/init.d/rayhunter_daemon stop"'
adb push target/armv7-unknown-linux-musleabihf/firmware-devel/rayhunter-daemon \
/data/rayhunter/rayhunter-daemon