Browse Source
Merge pull request #58 from YunoHost-Apps/master
Master
pull/59/head
Alexandre Aubin
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
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" |
|
|
|
|