From cb7ca013c79eb8a2061392ad499e8f5aa7689078 Mon Sep 17 00:00:00 2001 From: Till Immer Date: Tue, 23 Jun 2026 13:00:31 +0000 Subject: [PATCH] =?UTF-8?q?start.sh=20gel=C3=B6scht?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- start.sh | 5 ----- 1 file changed, 5 deletions(-) delete mode 100755 start.sh diff --git a/start.sh b/start.sh deleted file mode 100755 index b7c6ba0..0000000 --- a/start.sh +++ /dev/null @@ -1,5 +0,0 @@ -ir-ctl --send=/home/timm/IRSender/defaultColor.txt - -cd /home/timm/IRSender - -nohup python3 -u script-api.py ./commands.json >> apiout.log 2>&1 &