1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/umami_ynh.git synced 2024-10-01 13:34:50 +02:00

remove perm

This commit is contained in:
Éric Gaspar 2023-03-03 16:21:39 +01:00
parent fb8b5c4095
commit fb9119a172
2 changed files with 0 additions and 2 deletions

View file

@ -25,7 +25,6 @@ ynh_script_progression --message="Setting up source files..." --weight=5
# Download, check integrity, uncompress and patch the source from app.src
ynh_setup_source --dest_dir="$install_dir"
chmod 750 "$install_dir"
chmod -R o-rwx "$install_dir"
chown -R $app:www-data "$install_dir"

View file

@ -36,7 +36,6 @@ then
ynh_setup_source --dest_dir="$install_dir" --keep=".env"
fi
chmod 750 "$install_dir"
chmod -R o-rwx "$install_dir"
chown -R $app:www-data "$install_dir"