Browse Source

Fix permissions during upgrade

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

1
scripts/upgrade

@ -203,6 +203,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