summaryrefslogtreecommitdiffstats
path: root/bin/schroot-create.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-01-01 14:20:01 +0100
committerHolger Levsen <holger@layer-acht.org>2015-01-01 14:20:01 +0100
commit0559ec25ce0d8019e417ca5f408dc4cfbfe06799 (patch)
treeb804a0eccf6099b60ee8749ba3ed244e13e7fa4e /bin/schroot-create.sh
parentc4ba5410ed03e0fe0fb2ff6b72d03f69f503748a (diff)
downloadjenkins.debian.net-0559ec25ce0d8019e417ca5f408dc4cfbfe06799.tar.xz
give clear success message at the end
Diffstat (limited to 'bin/schroot-create.sh')
-rwxr-xr-xbin/schroot-create.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/schroot-create.sh b/bin/schroot-create.sh
index 02540411..85901093 100755
--- a/bin/schroot-create.sh
+++ b/bin/schroot-create.sh
@@ -97,4 +97,4 @@ sudo tee /etc/schroot/chroot.d/jenkins-"$TARGET" <<-__END__
union-type=aufs
__END__
-
+echo "schroot $TARGET set up successfully in $SCHROOT_BASE/$TARGET - exiting now."