From e2a09dcaafe5431fae11a62ebff6d8521d3942ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9C=D0=B8=D1=85=D0=B0=D0=B8=D0=BB=20=D0=9A=D0=B0=D0=BF?= =?UTF-8?q?=D0=B5=D0=BB=D1=8C=D0=BA=D0=BE?= Date: Fri, 5 Dec 2025 22:39:48 +0300 Subject: [PATCH] rename better --- cert.client.renew => cert/clientRenew | 2 +- cert.client.setup => cert/clientSetup | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename cert.client.renew => cert/clientRenew (87%) rename cert.client.setup => cert/clientSetup (80%) diff --git a/cert.client.renew b/cert/clientRenew similarity index 87% rename from cert.client.renew rename to cert/clientRenew index e5907d4..9e04058 100755 --- a/cert.client.renew +++ b/cert/clientRenew @@ -1,3 +1,3 @@ -#!/bin/bash +#!/bin/bash -e # https://habr.com/ru/articles/735712/ certbot certonly --manual --preferred-challenges http -d "kornerr.ru" diff --git a/cert.client.setup b/cert/clientSetup similarity index 80% rename from cert.client.setup rename to cert/clientSetup index a2323f6..eecff6e 100755 --- a/cert.client.setup +++ b/cert/clientSetup @@ -1,3 +1,3 @@ -#!/bin/bash +#!/bin/bash -e # https://habr.com/ru/articles/735712/ brew install certbot