mirror of
https://github.com/YunoHost-Apps/epicyon_ynh.git
synced 2024-09-03 18:36:08 +02:00
Update install
This commit is contained in:
parent
e04fd56d07
commit
b0dd784149
1 changed files with 2 additions and 2 deletions
|
@ -96,10 +96,10 @@ mkdir -p $final_path/accounts/newsmirror
|
|||
ln -s $final_path/accounts/newsmirror $public_path/newsmirror
|
||||
|
||||
chmod 750 "$final_path"
|
||||
chown -R $app:www-data "$final_path"
|
||||
chown -R $app: "$final_path"
|
||||
|
||||
chmod 750 $public_path
|
||||
chown -R $app:www-data $public_path
|
||||
chown -R $app: $public_path
|
||||
|
||||
#=================================================
|
||||
# NGINX CONFIGURATION
|
||||
|
|
Loading…
Add table
Reference in a new issue