fix(shell): another prepareServer fix

This commit is contained in:
nikurasu 2024-05-31 23:56:55 +02:00
parent 77024f677b
commit 70e6ba7be0
Signed by: Nikurasu
GPG key ID: 9E7F14C03EF1F271

View file

@ -148,7 +148,7 @@ mk_docker_dir() {
set -x
fi
$sh_c "mkdir -p $docker_root/docker/ $docker_root/docker/compose $docker_root/docker/data"
$sh_c "chgrp docker $docker_root/docker"
$sh_c "chgrp -R docker $docker_root/docker"
$sh_c "chmod -R g+s $docker_root/docker"
$sh_c "setfacl -R -m u::rwx,g::rwx $docker_root/docker"
$sh_c "setfacl -R -d --set u::rwx,g::rwx,o::r-x $docker_root/docker"