diff options
-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 5418b180..6c8bcb5b 100755 --- a/bin/schroot-create.sh +++ b/bin/schroot-create.sh @@ -275,7 +275,7 @@ sudo tee /etc/schroot/chroot.d/jenkins-"$TARGET" <<-__END__ type=directory root-users=jenkins source-root-users=jenkins - union-type=aufs + union-type=overlay __END__ echo "schroot $TARGET set up successfully in $SCHROOT_BASE/$TARGET - exiting now." |