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