fix(nexcloud): remove permissions from password files

This commit is contained in:
Michele Cereda
2024-05-20 19:09:40 +02:00
parent 01355121de
commit 2bf30ca453

View File

@@ -11,6 +11,7 @@ pre-flight:
@[[ -f 'postgres_user.txt' ]] || echo '${postgres_user}' > 'postgres_user.txt'
@[[ -f 'postgres_password.txt' ]] || echo '${postgres_password}' > 'postgres_password.txt'
@[[ -f 'postgres_db.txt' ]] || echo '${postgres_db}' > 'postgres_db.txt'
chmod 'go=' 'nextcloud_admin_password.txt' 'postgres_password.txt'
firewalld-open: override service_name ?= nextcloud
firewalld-open: override port ?= 8080