setup and so-verify/so-status interop

This commit is contained in:
Jason Ertel
2023-03-06 18:37:37 -05:00
parent 1998c66073
commit f77068f73f
3 changed files with 32 additions and 8 deletions

View File

@@ -1774,6 +1774,10 @@ reinstall_init() {
local service_retry_count=20
# Disregard previous install outcomes
rm -f /root/failure
rm -f /root/success
{
# remove all of root's cronjobs
logCmd "crontab -r -u root"