This commit is contained in:
2024-11-09 19:20:34 -06:00
parent 20a5be1a40
commit 5ccb7f6e95
3 changed files with 8 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
#!/usr/bin/env bash
VERS='5.1.203-10252024'
VERS='5.2.1-11092024'
NM_BETA=false
noheader=' 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

@@ -647,6 +647,12 @@ CHECK-CERTS(){
}
VCENTER-SSL(){
if [ "${NM_VC_HOSTNAME}" != "" ] && [ "${NM_VC_USER}" != "" ] && [ "${NM_VC_PASS}" != "" ] && [ "${NM_PDNS_APIKEY}" != "" ]; then
${NM_FOLDER}/inc/vCenter-SSL.ps1
fi
}
VCENTER-SSL.OLD(){
[ "${NM_VC_ACMEFOLDER}" == "" ] && NM_VC_ACMEFOLDER="/root/.acme.sh"
[ "${NM_VC_ACMESCRIPT}" == "" ] && NM_VC_ACMESCRIPT="acme.sh"

View File

@@ -1,5 +1,5 @@
#!/usr/bin/env pwsh
. /opt/idssys/powerwall/settings.ps1
. /opt/idssys/nodemgmt/conf/powerwall/settings.ps1
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser -Force -Confirm:$false