1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-02-12 10:31:51 +00:00

Fix sysupgrade init script

This commit is contained in:
Ycarus (Yannick Chabanois) 2025-01-29 21:07:58 +01:00
parent e8536cb839
commit a435e2ebad

View file

@ -21,6 +21,7 @@ start_service()
if [ -z "$(grep '\toverlay' /etc/backup/installed_packages.txt | cut -f1 | xargs -r opkg -V0 install)" ]; then
rm /etc/backup/installed_packages.txt
fi
fi
fi
}