Parcourir la source

Update chroot-wrapper

Emmanuel Bouthenot il y a 10 ans
Parent
commit
62ad7299c2
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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}")" "${@}"