diff options
-rwxr-xr-x | bin/schroot-create.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/schroot-create.sh b/bin/schroot-create.sh index 604c3f73..d69b1a28 100755 --- a/bin/schroot-create.sh +++ b/bin/schroot-create.sh @@ -107,6 +107,7 @@ bootstrap() { if [ "$1" == "reproducible" ] ; then TMPFILE=$(mktemp -u) + echo $TMPFILE add_repokey $CHROOT_TARGET/$TMPFILE ls -la $CHROOT_TARGET/$TMPFILE sudo chroot $CHROOT_TARGET bash -- $TMPFILE |