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

@@ -1,6 +1,6 @@
#!/usr/bin/env bash
VERS='5.6.1f-07052025'
VERS='5.6.1g-07052025'
NM_BETA=false
noheader=' test service status-check nightlyrephp7.3-fpm,new backup report check checkcerts gitea update-nodes copynpmcerts singleservercheck update-dyndns backup-offsitepfsense gui nightlyreview update log betacheck offsite-staticroute-fix '

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]}"