diff --git a/releases/23.0.0.9/full/helpers/build/checkpoint.sh b/releases/23.0.0.9/full/helpers/build/checkpoint.sh index 7720e1c0a..41e64203d 100755 --- a/releases/23.0.0.9/full/helpers/build/checkpoint.sh +++ b/releases/23.0.0.9/full/helpers/build/checkpoint.sh @@ -1,7 +1,7 @@ #!/bin/bash -# hack to bump up the pid by 100 -for i in {1..100} +# hack to bump up the pid by 1000 +for i in {1..1000} do pidplus.sh done diff --git a/releases/23.0.0.9/kernel-slim/helpers/build/checkpoint.sh b/releases/23.0.0.9/kernel-slim/helpers/build/checkpoint.sh index 7720e1c0a..41e64203d 100755 --- a/releases/23.0.0.9/kernel-slim/helpers/build/checkpoint.sh +++ b/releases/23.0.0.9/kernel-slim/helpers/build/checkpoint.sh @@ -1,7 +1,7 @@ #!/bin/bash -# hack to bump up the pid by 100 -for i in {1..100} +# hack to bump up the pid by 1000 +for i in {1..1000} do pidplus.sh done diff --git a/releases/latest/beta/helpers/build/checkpoint.sh b/releases/latest/beta/helpers/build/checkpoint.sh index 7720e1c0a..41e64203d 100755 --- a/releases/latest/beta/helpers/build/checkpoint.sh +++ b/releases/latest/beta/helpers/build/checkpoint.sh @@ -1,7 +1,7 @@ #!/bin/bash -# hack to bump up the pid by 100 -for i in {1..100} +# hack to bump up the pid by 1000 +for i in {1..1000} do pidplus.sh done diff --git a/releases/latest/full/helpers/build/checkpoint.sh b/releases/latest/full/helpers/build/checkpoint.sh index 7720e1c0a..41e64203d 100755 --- a/releases/latest/full/helpers/build/checkpoint.sh +++ b/releases/latest/full/helpers/build/checkpoint.sh @@ -1,7 +1,7 @@ #!/bin/bash -# hack to bump up the pid by 100 -for i in {1..100} +# hack to bump up the pid by 1000 +for i in {1..1000} do pidplus.sh done diff --git a/releases/latest/kernel-slim/helpers/build/checkpoint.sh b/releases/latest/kernel-slim/helpers/build/checkpoint.sh index 7720e1c0a..41e64203d 100755 --- a/releases/latest/kernel-slim/helpers/build/checkpoint.sh +++ b/releases/latest/kernel-slim/helpers/build/checkpoint.sh @@ -1,7 +1,7 @@ #!/bin/bash -# hack to bump up the pid by 100 -for i in {1..100} +# hack to bump up the pid by 1000 +for i in {1..1000} do pidplus.sh done