func cleanup: notify starting services

This commit is contained in:
Asif Bacchus 2019-05-25 13:20:30 -06:00
parent 30e5e4fa3f
commit a3aea2179e
1 changed files with 2 additions and 0 deletions

View File

@ -62,6 +62,8 @@ cleanup () {
fi
fi
if [ "$offlineBackup" -eq 1 ]; then
printf "${cyan}[%s] -- [INFO] Starting seafile services --${norm}\n" \
"$(stamp)" >> "$logFile"
seafSvc start
fi
}