From f3322275887ed0f49cf98b5d6226b44de3951d63 Mon Sep 17 00:00:00 2001 From: myvesta <38690722+myvesta@users.noreply.github.com> Date: Sat, 17 Jun 2023 15:11:30 +0200 Subject: [PATCH] v-install-unsigned-ssl deb12 fix --- bin/v-install-unsigned-ssl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/v-install-unsigned-ssl b/bin/v-install-unsigned-ssl index ae14b68b8..3395e4f2d 100644 --- a/bin/v-install-unsigned-ssl +++ b/bin/v-install-unsigned-ssl @@ -52,7 +52,7 @@ fi # Action # #----------------------------------------------------------# - +release=$(cat /etc/debian_version | tr "." "\n" | head -n1) email="info@$domain"