mirror of
https://github.com/hassio-addons/addon-motioneye.git
synced 2025-05-04 19:21:22 +00:00
Typo in old action button scripts deletion.
This commit is contained in:
parent
7b413c24d7
commit
c6a1591b11
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ fi
|
|||
|
||||
# Remove any existing action buttons before recreating
|
||||
for old_action in lock unlock light alarm up right down left zoom preset; do
|
||||
find /data/motioneye/. -name "old_action*" -delete
|
||||
find /data/motioneye/. -name "${old_action}*" -delete
|
||||
done
|
||||
|
||||
# Creates action button scripts if any are configured
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue