From 2e054219fd5e8952e9e90819f5245109a3fa6b13 Mon Sep 17 00:00:00 2001 From: Andrew Hurley Date: Sat, 5 Nov 2022 20:55:15 +0800 Subject: [PATCH] group user unknown --- custom-certs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom-certs.sh b/custom-certs.sh index 33301a0..7929efb 100644 --- a/custom-certs.sh +++ b/custom-certs.sh @@ -7,5 +7,5 @@ if [[ -f /defaults/custom-cert.crt && -f /defaults/custom-cert.key ]]; then mv -v cert.key dcert.key cp -v /defaults/custom-cert.crt cert.crt cp -v /defaults/custom-cert.key cert.key - chown abc:user * + chown abc * fi