Explorar o código

Update chroot-wrapper

Emmanuel Bouthenot %!s(int64=10) %!d(string=hai) anos
pai
achega
62ad7299c2
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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}")" "${@}"