Skip to content

Commit

Permalink
🚑 Allow lock releasing to fail
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck committed Mar 1, 2020
1 parent 6b884f7 commit 86796dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion traccar/rootfs/etc/cont-init.d/traccar.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 86796dc

Please sign in to comment.