Fix chmod

This commit is contained in:
yalh76
2021-04-15 20:30:12 +02:00
parent 87e313cd41
commit 7e0fa6eeeb
3 changed files with 3 additions and 3 deletions

View File

@@ -130,7 +130,7 @@ then
fi
fi
chmod 750 "$final_path"
chmod -R 750 "$final_path"
chmod -R o-rwx "$final_path"
chown -R $app:$app "$final_path"