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

Add write access to user $app on uploads folder

This commit is contained in:
Sébastien Mennetrier 2022-05-05 14:36:11 +02:00
parent 06c6f54914
commit cd68af00b7
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