From 057e63e5c2038df40f0fa55f280988c4dc5d7319 Mon Sep 17 00:00:00 2001 From: Lars Gebhardt-Kusche Date: Fri, 6 Mar 2026 00:54:03 +0100 Subject: [PATCH] asdasd --- tools/pi_control/worker.php | 1 + tools/pi_control/worker_entry.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/pi_control/worker.php b/tools/pi_control/worker.php index 19acde8..dda936d 100644 --- a/tools/pi_control/worker.php +++ b/tools/pi_control/worker.php @@ -215,3 +215,4 @@ function truncateText(string $text, int $limit): string } return substr($text, 0, $limit) . "\n...truncated..."; } +s \ No newline at end of file diff --git a/tools/pi_control/worker_entry.sh b/tools/pi_control/worker_entry.sh index 3b5030f..ff860ab 100644 --- a/tools/pi_control/worker_entry.sh +++ b/tools/pi_control/worker_entry.sh @@ -14,4 +14,4 @@ if [ ! -f "$SCRIPT" ]; then exit 1 fi -exec php "$SCRIPT" +exec php "$SCRIPT" \ No newline at end of file