1
0
Fork 0
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:
Alexandre Aubin 2023-12-27 21:56:04 +01:00 committed by GitHub
parent 42924bfd0c
commit 0eace9945b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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