fix: permissions on volumes

This commit is contained in:
mcolonna 2025-06-26 10:58:07 +02:00
parent 59e9c06425
commit 46457d8113
3 changed files with 4 additions and 1 deletions

View file

@ -8,6 +8,8 @@ dirisempty()
[ -z "$( ls -A "$1" )" ]
}
chmod -R +rwX /www
if ! [ -f /www/.installed ]
then
echo "clean..."