mirror of
https://github.com/YunoHost-Apps/owntracks_ynh.git
synced 2024-09-03 19:56:24 +02:00
Fix
This commit is contained in:
parent
db8cbcca96
commit
698eadd805
2 changed files with 3 additions and 10 deletions
|
@ -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&
|
||||
|
|
|
@ -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
|
||||
#=================================================
|
||||
|
|
Loading…
Reference in a new issue