mirror of
https://github.com/YunoHost-Apps/limesurvey_ynh.git
synced 2024-09-03 19:36:32 +02:00
Update install
This commit is contained in:
parent
33c7841922
commit
4e5593f9c6
1 changed files with 3 additions and 3 deletions
|
@ -88,9 +88,9 @@ ynh_setup_source --dest_dir="$final_path"
|
|||
chmod 750 "$final_path"
|
||||
chmod -R o-rwx "$final_path"
|
||||
chown -R $app:www-data "$final_path"
|
||||
chmod 755 "$final_path/limesurvey/tmp"
|
||||
chmod 755 "$final_path/limesurvey/upload"
|
||||
chmod 755 "$final_path/limesurvey/application/config/"
|
||||
chmod 755 "$final_path/tmp"
|
||||
chmod 755 "$final_path/upload"
|
||||
chmod 755 "$final_path/application/config/"
|
||||
|
||||
#=================================================
|
||||
# NGINX CONFIGURATION
|
||||
|
|
Loading…
Add table
Reference in a new issue