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
5cbb515a05
commit
e04fd56d07
1 changed files with 0 additions and 3 deletions
|
@ -95,13 +95,10 @@ mkdir $public_path
|
|||
mkdir -p $final_path/accounts/newsmirror
|
||||
ln -s $final_path/accounts/newsmirror $public_path/newsmirror
|
||||
|
||||
|
||||
chmod 750 "$final_path"
|
||||
chmod -R o-rwx "$final_path"
|
||||
chown -R $app:www-data "$final_path"
|
||||
|
||||
chmod 750 $public_path
|
||||
chmod -R o-rwx $public_path
|
||||
chown -R $app:www-data $public_path
|
||||
|
||||
#=================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue