mirror of
https://github.com/YunoHost-Apps/z-push_ynh.git
synced 2024-09-03 18:05:58 +02:00
Fix chown
This commit is contained in:
parent
23ebfb2c04
commit
7f35b8dc05
1 changed files with 2 additions and 2 deletions
|
@ -230,8 +230,8 @@ ynh_use_logrotate --non-append
|
|||
|
||||
# Set permissions on app files
|
||||
#chown -R root: $final_path
|
||||
chown -R www-data:www-data $log_path
|
||||
chown -R www-data:www-data $state_path
|
||||
#chown -R www-data:www-data $log_path
|
||||
#chown -R www-data:www-data $state_path
|
||||
|
||||
#=================================================
|
||||
# SETUP SSOWAT
|
||||
|
|
Loading…
Add table
Reference in a new issue