fix: remove /.update
This commit is contained in:
parent
072e93ebf0
commit
3b2ff8c197
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ run_latehook() {
|
||||||
echo
|
echo
|
||||||
|
|
||||||
# Remove /new_root/.successful-update if exists
|
# Remove /new_root/.successful-update if exists
|
||||||
rm -f /new_root/.successful-update /.update
|
rm -f /new_root/.successful-update /new_root/.update
|
||||||
|
|
||||||
# Detect if update downloaded.
|
# Detect if update downloaded.
|
||||||
if [[ -d /new_root/.update_rootfs ]]; then
|
if [[ -d /new_root/.update_rootfs ]]; then
|
||||||
|
|
Loading…
Reference in a new issue