func Cleanup: restart services

This commit is contained in:
Asif Bacchus 2019-05-25 13:11:31 -06:00
parent cabe1d4894
commit 5a473b9686
1 changed files with 3 additions and 0 deletions

View File

@ -54,6 +54,9 @@ cleanup () {
printf "Remove manually to free up space.${norm}\n" >> "$logFile"
fi
fi
if [ "$offlineBackup" -eq 1 ]; then
seafSvc start
fi
}
exitError () {