]> Frank Brehm's Git Trees - profitbricks/jenkins-build-scripts.git/commitdiff
debian_repos2db.sh: Increase liveboot limit to 15.
authorBenjamin Drung <benjamin.drung@profitbricks.com>
Wed, 8 Oct 2014 09:26:13 +0000 (11:26 +0200)
committerBenjamin Drung <benjamin.drung@profitbricks.com>
Wed, 8 Oct 2014 09:26:13 +0000 (11:26 +0200)
debian_repos2db.sh

index 5aae8cf0141c66e65584068dd883a895a9531946..ce40529e065916039c13f49075e056f479fbcb09 100755 (executable)
@@ -34,7 +34,7 @@ done
 
 EXISTING_IMAGES=$(./cleanup_liveboot.py)
 
-if [ "$EXISTING_IMAGES" -gt 10 ] ; then
+if [ "$EXISTING_IMAGES" -gt 15 ] ; then
        figlet WARNING
        echo "$EXISTING_IMAGES liveboot images exist, you probably need to delete some..."
 fi