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"