1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/humhub_ynh.git synced 2024-09-03 19:26:11 +02:00

Merge pull request #32 from smart4life/fix-uploads-access-rights

Add write access to user $app on uploads folder
This commit is contained in:
Éric Gaspar 2022-05-18 09:27:07 +02:00 committed by GitHub
commit b6834608b1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -210,7 +210,7 @@ chown -R $app $final_path/assets
chown -R $app $final_path/protected/config
chown -R $app $final_path/protected/modules
chown -R $app $final_path/protected/runtime
chown -R $app $final_path/uploads/*
chown -R $app $final_path/uploads
#=================================================
# SETUP CRON CONFIGURATION

View file

@ -163,7 +163,7 @@ chown -R $app $final_path/assets
chown -R $app $final_path/protected/config
chown -R $app $final_path/protected/modules
chown -R $app $final_path/protected/runtime
chown -R $app $final_path/uploads/*
chown -R $app $final_path/uploads
#=================================================
# RELOAD NGINX