diff --git a/entry.sh b/entry.sh index e680c354..8fe8d05a 100755 --- a/entry.sh +++ b/entry.sh @@ -61,7 +61,7 @@ export LOCKFILE_UID=65534 # Cleanup leftover Supervisor-created lockfiles from any previous processes. # Supervisor-created lockfiles have a UID of 65534. -find "/mnt/root${BASE_LOCK_DIR}" -type f -user "${LOCKFILE_UID}" -name "*updates.lock" -delete +find "/mnt/root${BASE_LOCK_DIR}" -type f -user "${LOCKFILE_UID}" -name "*updates.lock" -delete || true if [ "${LIVEPUSH}" = "1" ]; then exec npx nodemon --watch src --watch typings --ignore tests -e js,ts,json \