diff options
author | Javier Marcet <javier@marcet.info> | 2022-08-27 17:14:38 +0200 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2022-09-09 11:59:53 -0700 |
commit | 38716ddfeb7b8c3beb0e8f910f33f52a0758ac0c (patch) | |
tree | e875508b95de7c38cad995a6c544152a0b7a72d7 /admin/schroot/files | |
parent | d957a2293b2a21b1edca1aa92e141bad8292251a (diff) |
schroot: update to version 1.6.13, reboot of the schroot tool
conceived and developed for many years by Roger Leigh
Signed-off-by: Javier Marcet <javier@marcet.info>
Diffstat (limited to 'admin/schroot/files')
-rwxr-xr-x | admin/schroot/files/schroot.init | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/schroot/files/schroot.init b/admin/schroot/files/schroot.init index aa37793a9..d02e4d776 100755 --- a/admin/schroot/files/schroot.init +++ b/admin/schroot/files/schroot.init @@ -4,7 +4,7 @@ START=94 start() { [ -d /var/lib/schroot ] || { - mkdir -p /var/lib/schroot/mount /var/lib/schroot/session /var/lib/schroot/unpack /var/lib/schroot/union/overlay /var/lib/schroot/union/underlay + mkdir -p /var/lib/schroot/session /var/lib/schroot/unpack /var/lib/schroot/union/overlay /var/lib/schroot/union/underlay chmod 0700 /var/lib/schroot } } |