summaryrefslogtreecommitdiff
path: root/nightly_build.bash
diff options
context:
space:
mode:
Diffstat (limited to 'nightly_build.bash')
-rwxr-xr-xnightly_build.bash4
1 files changed, 4 insertions, 0 deletions
diff --git a/nightly_build.bash b/nightly_build.bash
index 5ec6b00..25eae97 100755
--- a/nightly_build.bash
+++ b/nightly_build.bash
@@ -6,6 +6,10 @@ function check_iso {
echo "K: Kanotix start iso check..." >>binary.log
IERR=0
+if grep -q "^E: " /tmp/KLB_config.log; then
+ echo "K: Download ERROR found...1" >>binary.log
+ IERR=5
+fi
if grep -q "^E: " binary.log; then
echo "K: build ERROR found...1" >>binary.log
IERR=1