diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-01-01 14:20:01 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-01-01 14:20:01 +0100 |
commit | 0559ec25ce0d8019e417ca5f408dc4cfbfe06799 (patch) | |
tree | b804a0eccf6099b60ee8749ba3ed244e13e7fa4e /bin | |
parent | c4ba5410ed03e0fe0fb2ff6b72d03f69f503748a (diff) | |
download | jenkins.debian.net-0559ec25ce0d8019e417ca5f408dc4cfbfe06799.tar.xz |
give clear success message at the end
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/schroot-create.sh | 2 |
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." |