1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/galene_ynh.git synced 2024-09-03 18:36:31 +02:00
This commit is contained in:
ericgaspar 2021-06-02 09:46:00 +02:00
parent ad7fe3265b
commit 7046c7143d
No known key found for this signature in database
GPG key ID: 574F281483054D44
3 changed files with 3 additions and 3 deletions

View file

@ -98,7 +98,7 @@ ynh_setup_source --dest_dir="$final_path" --source_id="$architecture"
chmod 750 "$final_path" chmod 750 "$final_path"
#chmod -R o-rwx "$final_path" #chmod -R o-rwx "$final_path"
chown -R $app:www-data "$final_path" chown -R $app: "$final_path"
#================================================= #=================================================
# CREATE DATA AND GROUPS FOLDER # CREATE DATA AND GROUPS FOLDER

View file

@ -69,7 +69,7 @@ ynh_restore_file --origin_path="$final_path"
chmod 750 "$final_path" chmod 750 "$final_path"
#chmod -R o-rwx "$final_path" #chmod -R o-rwx "$final_path"
chown -R $app:www-data "$final_path" chown -R $app: "$final_path"
#================================================= #=================================================
# RESTORE SYSTEMD # RESTORE SYSTEMD

View file

@ -105,7 +105,7 @@ fi
chmod 750 "$final_path" chmod 750 "$final_path"
#chmod -R o-rwx "$final_path" #chmod -R o-rwx "$final_path"
chown -R $app:www-data "$final_path" chown -R $app: "$final_path"
#================================================= #=================================================
# NGINX CONFIGURATION # NGINX CONFIGURATION