This commit is contained in:
2023-08-12 19:38:49 -05:00
parent d939fb1aab
commit a8bff7eac7
3 changed files with 3 additions and 8 deletions

View File

@@ -777,7 +777,6 @@ GUI(){
mv -f ${NM_LOGFOLDER}/cert-renewal.lastrun ${NM_LOGFOLDER}/cert-renewal1.lastrun >/dev/null 2>&1
NIGHTLYRENEW > ${NM_LOGFOLDER}/cert-renewal.lastrun
echo -e "\n$(date +%Y-%m-%d-%H-%M-%S)" >> ${NM_CERTPATH}/cert-renewal.lastrun
yes | cp -rfH ${NM_LOGFOLDER}/cert-renewal.lastrun ${NM_CERTPATH}/cert-renewal.lastrun
;;
delsite) DELSITE ${2} ${3} ${4} ${5};;
delsites) DELSITES;;