removing SECURE FILES AND DIRECTORIES

This commit is contained in:
yalh76 2021-04-08 20:21:51 +02:00 committed by GitHub
parent 20b25d11a7
commit 167fdd4bb5
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
#=================================================