first implementation of checkRunningProcesses

This commit is contained in:
Armin Briegel
2020-03-11 12:12:33 +01:00
parent 7195a28dd5
commit aee3fc3279
2 changed files with 57 additions and 4 deletions

View File

@@ -56,7 +56,7 @@ if [[ $countedProcesses -ne 0 ]]; then
exit 1
fi
echo "everything is quit, continue with update"
echo "no more blocking processes, continue with update"
exit 0