From 38716ddfeb7b8c3beb0e8f910f33f52a0758ac0c Mon Sep 17 00:00:00 2001 From: Javier Marcet Date: Sat, 27 Aug 2022 17:14:38 +0200 Subject: 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 --- admin/schroot/files/schroot.init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'admin/schroot/files') 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 } } -- cgit v1.2.3