]> arthur.barton.de Git - backup-script.git/blobdiff - bin/backup-script
Exit with code 7 when not all jobs have been run
[backup-script.git] / bin / backup-script
index 2b9f7d7f2e91f4c45cdea62581bc211bbf1a934d..2c6fd823704adf916c7837c673e6ff971a742e71 100755 (executable)
@@ -639,6 +639,8 @@ if [ $count_started -ne $count_ok ]; then
        echo "----->  THERE HAVE BEEN ERRORS!  <-----"
        echo
        exit 6
+elif [ $count_all -ne $count_started ]; then
+       exit 7
 fi
 
 # -eof-