From bab6721b2ce6813c01eb77ae9f38a313b95a854c Mon Sep 17 00:00:00 2001 From: Martin Preuss Date: Tue, 18 Mar 2025 22:58:27 +0100 Subject: [PATCH] aqhome-react.sh: fixed order of arguments (enables "test" and "unittest"). --- aqhome-react.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aqhome-react.sh b/aqhome-react.sh index 931fd0c..0cb99b8 100755 --- a/aqhome-react.sh +++ b/aqhome-react.sh @@ -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