update readme due release on codeberg #2

Open
nocci wants to merge 26 commits from dev into main
1 changed files with 4 additions and 4 deletions
Showing only changes of commit 2966c33ea2 - Show all commits

View File

@ -885,10 +885,10 @@ services:
COMPOSE_END
# 7. Directories and permissions
mkdir -p ../data ../translations
chmod -R a+rwX ../data ../translations
find ../data ../translations -type d -exec chmod 775 {} \;
find ../data ../translations -type f -exec chmod 664 {} \;
mkdir -p ../data
chmod -R a+rwX ../data
find ../data -type d -exec chmod 775 {} \;
find ../data -type f -exec chmod 664 {} \;
cat <<'SCRIPT_END' > ../translate.sh
#!/bin/bash