1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/owntracks_ynh.git synced 2024-09-03 19:56:24 +02:00
This commit is contained in:
ericgaspar 2021-12-06 14:55:29 +01:00
parent db8cbcca96
commit 698eadd805
No known key found for this signature in database
GPG key ID: 574F281483054D44
2 changed files with 3 additions and 10 deletions

View file

@ -12,7 +12,7 @@
setup_private=1
setup_public=1
upgrade=1
upgrade=1 from_commit=647357b164acab3cf5a908e8a51371fa09a6a7b3
upgrade=1 from_commit=f86e97b3bf963a15af911f78a9333bdee0b0f41d
backup_restore=1
multi_instance=1
change_url=1
@ -20,6 +20,6 @@
Email=
Notification=none
;;; Upgrade options
; commit=647357b164acab3cf5a908e8a51371fa09a6a7b3
name=2021-05-06
; commit=f86e97b3bf963a15af911f78a9333bdee0b0f41d
name=Update check_process
manifest_arg=domain=DOMAIN&path=PATH&user=USER&is_public=1&

View file

@ -65,13 +65,6 @@ chmod 750 "$final_path"
chmod -R o-rwx "$final_path"
chown -R $app:www-data "$final_path"
#=================================================
# RESTORE USER RIGHTS
#=================================================
# Restore permissions on app files
chown -R $app:www-data $final_path
#=================================================
# RESTORE THE PHP-FPM CONFIGURATION
#=================================================