Skip to content

Commit

Permalink
Revert 366922d, causes errors
Browse files Browse the repository at this point in the history
Terminal & SSH 9.8.1 added an alias for /config to /homeassistant
  • Loading branch information
tetsuo13 committed Nov 23, 2023
1 parent 5cbac9d commit bc062ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/shell_commands.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bc062ff

Please sign in to comment.