chmod: add the Fedora Atomic /var/roothome

This commit is contained in:
Aminda Suomalainen 2025-05-24 12:37:07 +03:00
parent 180039924c
commit 53e14a383a
Signed by: Mikaela
GPG Key ID: 99392F62BAE30723

5
chmod
View File

@ -48,4 +48,9 @@ if hash setfacl 2> /dev/null; then
fi
fi
# Fedora Atomic compatibility
if [ -d /var/roothome ]; then
chmod -v a+x /var/roothome
fi
set +x