Browse Source

Merge pull request #58 from YunoHost-Apps/master

Master
pull/59/head
Alexandre Aubin 5 years ago
committed by GitHub
parent
commit
5e61e46d2b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      scripts/upgrade

1
scripts/upgrade

@ -196,6 +196,7 @@ fi
# SECURE FILES AND DIRECTORIES
#=================================================
chown -R $app: "$final_path"
# Home directory of the user needs to be owned by root to allow
# SFTP connections
chown root: "$final_path"

Loading…
Cancel
Save