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