fix: remove /.update

This commit is contained in:
Rudra Saraswat 2024-02-10 12:30:18 +05:30
parent 072e93ebf0
commit 3b2ff8c197

View file

@ -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