From bc062ff6b983920f03377c28286ec100ea086f80 Mon Sep 17 00:00:00 2001 From: Andrei Nicholson Date: Thu, 23 Nov 2023 14:51:54 -0500 Subject: [PATCH] Revert 366922d730f4c4c003d508a635a1c0f41303a7ad, causes errors Terminal & SSH 9.8.1 added an alias for /config to /homeassistant --- components/shell_commands.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/shell_commands.yaml b/components/shell_commands.yaml index d4d4f2e..97a9831 100644 --- a/components/shell_commands.yaml +++ b/components/shell_commands.yaml @@ -4,7 +4,7 @@ # Delete all files in the camera snapshots directory older than specified. clean_camera_snapshots: >- /usr/bin/find - /homeassistant/www/images/snapshots + /config/www/images/snapshots -mtime +{{ days_threshold }} -type f ! -name .gitinclude