Explorar el Código

Update chroot-wrapper

Emmanuel Bouthenot hace 10 años
padre
commit
62ad7299c2
Se han modificado 1 ficheros con 1 adiciones y 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}")" "${@}"