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