summaryrefslogtreecommitdiffstats
path: root/tools/build_snapshots.sh
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2015-09-22 07:41:48 -0300
committerRenato Botelho <renato@netgate.com>2015-09-22 07:41:48 -0300
commit3adf4a15e63244216e5a0945cd6daba39a4ac26a (patch)
tree4319b3e85dc17c3b26e402fbf319083a65320901 /tools/build_snapshots.sh
parent2e5fc3937f9eee4c78654511e7a2d9800e91d8c9 (diff)
downloadpfsense-3adf4a15e63244216e5a0945cd6daba39a4ac26a.zip
pfsense-3adf4a15e63244216e5a0945cd6daba39a4ac26a.tar.gz
Do not set maxsleepvalue to 0
Diffstat (limited to 'tools/build_snapshots.sh')
-rwxr-xr-xtools/build_snapshots.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/build_snapshots.sh b/tools/build_snapshots.sh
index 84a1f32..ca7f635 100755
--- a/tools/build_snapshots.sh
+++ b/tools/build_snapshots.sh
@@ -82,7 +82,6 @@ snapshots_sleep_between_runs() {
done
if [ $COUNTER -ge $maxsleepvalue ]; then
${BUILDER_ROOT}/build.sh --snapshot-update-status ">>> Sleep timer expired. Restarting build."
- maxsleepvalue=0
COUNTER=0
fi
}
OpenPOWER on IntegriCloud