func Cleanup: restart services
This commit is contained in:
parent
cabe1d4894
commit
5a473b9686
@ -54,6 +54,9 @@ cleanup () {
|
|||||||
printf "Remove manually to free up space.${norm}\n" >> "$logFile"
|
printf "Remove manually to free up space.${norm}\n" >> "$logFile"
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
if [ "$offlineBackup" -eq 1 ]; then
|
||||||
|
seafSvc start
|
||||||
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
exitError () {
|
exitError () {
|
||||||
|
Loading…
Reference in New Issue
Block a user