X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=modules%2Fporterbox%2Ffiles%2Fschroot-dsa%2Fconfig;h=c94c6b3640e52d54a17fb5c11574fe1cc76232f0;hb=435ec83a093bb9bb6638d8b46a6c8ab8cd13a231;hp=cd47ce2330a28d96258ead34bf8a3a0431c83423;hpb=63024ab1a75fcd7da783b68756a83ac421b65bbc;p=dsa-puppet.git diff --git a/modules/porterbox/files/schroot-dsa/config b/modules/porterbox/files/schroot-dsa/config index cd47ce23..c94c6b36 100644 --- a/modules/porterbox/files/schroot-dsa/config +++ b/modules/porterbox/files/schroot-dsa/config @@ -22,8 +22,10 @@ if [ "$CHROOT_SESSION_PURGE" = "true" ]; then SUITE_BASE="${chroot_type%%_*}" ;; *) - echo >&2 "Unable to parse chroot description for what kind of chroot you want." - exit 1 + if [ "$STAGE" = "setup-start" ]; then + echo >&2 "Unable to parse chroot description for what kind of chroot you want." + exit 1 + fi ;; esac fi