From e972982a614c93f2dfd71c6763d314fd20de3a0e Mon Sep 17 00:00:00 2001 From: Benjamin Drung Date: Wed, 8 Oct 2014 11:26:13 +0200 Subject: [PATCH] debian_repos2db.sh: Increase liveboot limit to 15. --- debian_repos2db.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian_repos2db.sh b/debian_repos2db.sh index 5aae8cf..ce40529 100755 --- a/debian_repos2db.sh +++ b/debian_repos2db.sh @@ -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 -- 2.39.5