Remove extra list entries; Fix prerm

This commit is contained in:
iamromulan
2024-10-05 12:18:50 -04:00
parent e7cb821fa1
commit 0bb0720c6b
2 changed files with 15 additions and 6 deletions

View File

@@ -1,8 +1,9 @@
#!/bin/ash
service stop mount-fix
service stop init-overlay-watchdog
service disable mount-fix
service disable init-overlay-watchdog
service init-overlay-watchdog stop
service mount-fix stop
sleep 1
service mount-fix disable
service init-overlay-watchdog disable
exit 0