aqhome-react.sh: fixed order of arguments (enables "test" and "unittest").

This commit is contained in:
Martin Preuss
2025-03-18 22:58:27 +01:00
parent d468d2fb1a
commit bab6721b2c

View File

@@ -3,4 +3,4 @@
# export AQHOME_LOGLEVEL=info
export LD_LIBRARY_PATH="0-build/aqhome/:$LD_LIBRARY_PATH"
0-build/apps/aqhome-react/aqhome-react -p ./aqhome-react.pid -V ./aqhome-react.vars "$@"
0-build/apps/aqhome-react/aqhome-react "$@" -p ./aqhome-react.pid -V ./aqhome-react.vars