From 47894e6d89fb2a7769840fa4cb8f4237e6594100 Mon Sep 17 00:00:00 2001 From: Martin Preuss Date: Mon, 30 Mar 2026 00:18:31 +0200 Subject: [PATCH] remove unneeded files. --- aqhome-storage.sh | 16 ---------------- aqhomed.sh | 13 ------------- 2 files changed, 29 deletions(-) delete mode 100755 aqhome-storage.sh delete mode 100755 aqhomed.sh diff --git a/aqhome-storage.sh b/aqhome-storage.sh deleted file mode 100755 index 73fd23a..0000000 --- a/aqhome-storage.sh +++ /dev/null @@ -1,16 +0,0 @@ -#!/bin/bash - -export AQHOME_LOGLEVEL=info -export LD_LIBRARY_PATH="0-build/aqhome/:$LD_LIBRARY_PATH" - -# 0-build/apps/aqhome-storage/aqhome-storage $* - -0-build/apps/aqhome-storage/aqhome-storage \ - --sourcefolder=apps/aqhome-storage/test/html \ - --datafolder=apps/aqhome-storage/test/data \ - -D apps/aqhome-storage/test/config \ - --statefile=apps/aqhome-storage/test/config/state \ - -ma 192.168.117.192 -mp 1883 --mqttclientid=AQHOMESTORAGETEST \ - -ha 127.0.0.1 -hp 1884 \ - -p ./aqhome-storage.pid \ - "$@" diff --git a/aqhomed.sh b/aqhomed.sh deleted file mode 100755 index 89f1a60..0000000 --- a/aqhomed.sh +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/bash - -# AQHOME_LOGLEVEL=info LD_LIBRARY_PATH="../../aqhome/:$LD_LIBRARY_PATH" ./aqhomed -l aqhome.log -db aqhome.db -ma 127.0.0.1 - -export AQHOME_LOGLEVEL=info -export LD_LIBRARY_PATH="0-build/aqhome/:$LD_LIBRARY_PATH" - -# aqhomed -l /var/log/aqhome.log -db /var/cache/aqhome/nodes.db -ma 192.168.117.192 -mp 1883 -t 127.0.0.1 -W /var/cache/aqhome - -# 0-build/apps/aqhomed/aqhomed -l aqhome.log -db aqhome.db -ma 192.168.117.192 -mp 1883 -t 127.0.0.1 -p aqhomed.pid - -# 0-build/apps/aqhomed/aqhomed -l aqhome.log -db aqhome.db -p aqhomed.pid -W /tmp/aqhome/aqhomed -ma 192.168.117.192 -mp 1883 -t 127.0.0.1 --mqttclientid=AQHOMEMQTTLOGTEST1 -0-build/apps/aqhomed/aqhomed -l aqhome.log -db aqhome.db -p aqhomed.pid -t 127.0.0.1 "$@"