From 2bf30ca453f71ff39e52d9655641832ca155d06b Mon Sep 17 00:00:00 2001 From: Michele Cereda Date: Mon, 20 May 2024 19:09:40 +0200 Subject: [PATCH] fix(nexcloud): remove permissions from password files --- containers/nextcloud/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/containers/nextcloud/Makefile b/containers/nextcloud/Makefile index ac9501e..f8372dd 100644 --- a/containers/nextcloud/Makefile +++ b/containers/nextcloud/Makefile @@ -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