mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-16 22:13:01 +02:00
Delete checkdeaddl.lck file on boot.
This lock file does only exist, when the system has suddenly been shut down while update accelerator is optimizing its cache.
This commit is contained in:
committed by
Michael Tremer
parent
6f704a3c85
commit
0aa93f5b11
@@ -90,6 +90,9 @@ case "${1}" in
|
||||
cd /var/lock &&
|
||||
find . -type f ! -newer /proc -exec rm -f {} \; || failed=1
|
||||
|
||||
boot_mesg -n " /var/log/updatexlrator" ${NORMAL}
|
||||
rm -f /var/log/updatexlrator/checkdeaddl.lck
|
||||
|
||||
boot_mesg " /var/run" ${NORMAL}
|
||||
cd /var/run &&
|
||||
find . ! -type d ! -name utmp ! -newer /proc \
|
||||
|
||||
Reference in New Issue
Block a user