mirror of
https://github.com/YunoHost-Apps/zwiicms_ynh.git
synced 2024-09-03 18:06:04 +02:00
Update from example_ynh
This commit is contained in:
parent
f865e79dc0
commit
ad43b8fdd0
1 changed files with 2 additions and 2 deletions
|
@ -177,8 +177,8 @@ ynh_store_file_checksum --file="$final_path/CONFIG_FILE"
|
|||
# SECURE FILES AND DIRECTORIES
|
||||
#=================================================
|
||||
|
||||
# Set permissions on app files chown -R root: $final_path
|
||||
chown -R $app: $final_path
|
||||
# Set permissions on app files chown -R $app: $final_path
|
||||
chown -R root: $final_path
|
||||
|
||||
#=================================================
|
||||
# SETUP LOGROTATE
|
||||
|
|
Loading…
Reference in a new issue