This commit is contained in:
2025-07-05 19:10:52 -05:00
parent db8ff9107f
commit 5de6ef15cd
2 changed files with 2 additions and 1 deletions

View File

@@ -683,6 +683,7 @@ COPYCERTS(){
rm -f ${COPYTO}/privkey.pem.md5 >/dev/null 2>&1
md5sum ${COPYTO}/privkey.pem > ${COPYTO}/privkey.pem.md5
RUN_POST_COMMANDS=true
touch ${NM_LOGFOLDER}/copycerts.lastrun
echo -e "${idsCL[LightGreen]}Done${idsCL[Default]}"
else
echo -e "${idsCL[LightCyan]}No update needed${idsCL[Default]}"