Merge pull request #150 from YunoHost/yalh76-patch-1

removing SECURE FILES AND DIRECTORIES
This commit is contained in:
Alexandre Aubin 2021-04-08 20:32:29 +02:00 committed by GitHub
commit b86f6da6b5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -195,13 +195,6 @@ chown $app:$app "$final_path/some_config_file"
#=================================================
# GENERIC FINALIZATION
#=================================================
# SECURE FILES AND DIRECTORIES
#=================================================
# Set permissions on app files
chown -R root: $final_path
#=================================================
# SETUP LOGROTATE
#=================================================