From 08b735617991ada71d852a13ccdc241cb9a4adfe Mon Sep 17 00:00:00 2001 From: Gilles Mouchet Date: Sat, 6 Sep 2025 08:56:56 +0200 Subject: [PATCH] renamed files --- install.sh | 2 +- template.conf => renew-cert.conf | 0 template.sh => renew-cert.sh | 0 template.logrotate => renew.logrotate | 0 4 files changed, 1 insertion(+), 1 deletion(-) rename template.conf => renew-cert.conf (100%) rename template.sh => renew-cert.sh (100%) rename template.logrotate => renew.logrotate (100%) diff --git a/install.sh b/install.sh index 271de7b..f7ada8b 100755 --- a/install.sh +++ b/install.sh @@ -37,7 +37,7 @@ installPackage() { #----------------------------------------------------------- # variables -fullScriptName=template.sh +fullScriptName=renew-cert.sh shortScriptName=`echo $fullScriptName | sed -e 's|.*/||g' | cut -f1 -d.` destPath=/usr/local/bin/ configFile=$shortScriptName.conf diff --git a/template.conf b/renew-cert.conf similarity index 100% rename from template.conf rename to renew-cert.conf diff --git a/template.sh b/renew-cert.sh similarity index 100% rename from template.sh rename to renew-cert.sh diff --git a/template.logrotate b/renew.logrotate similarity index 100% rename from template.logrotate rename to renew.logrotate