Browse Source

Update chroot-wrapper

Emmanuel Bouthenot 10 năm trước cách đây
mục cha
commit
62ad7299c2
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      tools/web/chroot-wrapper

+ 1 - 1
tools/web/chroot-wrapper

@@ -1,3 +1,3 @@
 #!/bin/sh
 
-schroot -c chroot:jessie --preserve-environment -- "$(basename "${0}")" "${@}"
+schroot -c "$(schroot -l | head -1)" -- "$(basename "${0}")" "${@}"