mirror of
https://github.com/hassio-addons/addon-traccar.git
synced 2025-05-04 11:01:29 +00:00
🚑 Allow lock releasing to fail
This commit is contained in:
parent
6b884f7b2a
commit
86796dcfd0
1 changed files with 1 additions and 1 deletions
|
@ -21,6 +21,6 @@ else
|
|||
|
||||
echo "UPDATE DATABASECHANGELOGLOCK SET locked=0;" \
|
||||
| mysql -h "${host}" -P "${port}" -u "${username}" -p"${password}" \
|
||||
traccar
|
||||
traccar || true
|
||||
fi
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue