From 738bca41e9ff5cad0818c4efcbc09fe539c2bd11 Mon Sep 17 00:00:00 2001 From: Claus Dethlefsen Date: Mon, 25 May 2026 09:45:40 +0200 Subject: [PATCH] =?UTF-8?q?Indk=C3=B8rsel:=20fix=20shell=5Fcommand=20-=20k?= =?UTF-8?q?=C3=B8r=20python3=20direkte=20i=20container=20(docker=20exec=20?= =?UTF-8?q?virker=20ikke)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- include/shell_commands/indkorsel.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/shell_commands/indkorsel.yaml b/include/shell_commands/indkorsel.yaml index 9d993cd..8fe5c16 100644 --- a/include/shell_commands/indkorsel.yaml +++ b/include/shell_commands/indkorsel.yaml @@ -1,2 +1,2 @@ -indkorsel_generate_gallery: "/usr/local/bin/docker exec homeassistant python3 /config/python_scripts/generate_indkorsel_gallery.py" +indkorsel_generate_gallery: "python3 /config/python_scripts/generate_indkorsel_gallery.py" indkorsel_prune_keep_100: "ls -1 /config/www/snapshots/indkorsel/*.jpg | grep -v '/latest.jpg$' | sort -r | tail -n +101 | xargs rm -f"