mirror of
https://github.com/YunoHost-Apps/nextcloud_ynh.git
synced 2024-09-03 19:55:57 +02:00
Update scripts/upgrade: fix final_patg/install_dir typo
Co-authored-by: Thomas <51749973+Thovi98@users.noreply.github.com>
This commit is contained in:
parent
42924bfd0c
commit
0eace9945b
1 changed files with 1 additions and 1 deletions
|
@ -358,7 +358,7 @@ exec_occ background:cron
|
|||
# Fix app ownerships & permissions
|
||||
chown -R $app:www-data "$install_dir"
|
||||
chown -R $app: "$data_dir"
|
||||
chmod -R a=r,u+w,a+X $final_path/
|
||||
chmod -R a=r,u+w,a+X $install_dir/
|
||||
chmod -R ug=r,o=---,u+w,ug+X $data_dir/data/
|
||||
chmod 640 "$install_dir/config/config.php"
|
||||
chmod 755 /home/yunohost.app
|
||||
|
|
Loading…
Add table
Reference in a new issue