This commit is contained in:
2023-10-08 10:02:50 -05:00
parent a9f8bf48db
commit d2bceef789
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
#!/usr/bin/env bash #!/usr/bin/env bash
VERS='4.12.24-09142023' VERS='4.12.25-10082023'
noheader=' service status-check nightlyrephp7.3-fpm,new backup report check checkcerts gitea update-nodes copynpmcerts singleservercheck update-dyndns backup-offsitepfsense ' noheader=' service status-check nightlyrephp7.3-fpm,new backup report check checkcerts gitea update-nodes copynpmcerts singleservercheck update-dyndns backup-offsitepfsense '
CERT_DAEMON='/snap/bin/certbot' CERT_DAEMON='/snap/bin/certbot'

View File

@@ -572,7 +572,7 @@ UPDATE_DYNDNS(){
} }
BACKUP_OFFSITEPFSENSE(){ BACKUP_OFFSITEPFSENSE(){
BAKFOLDER=/mnt/BU-Raid1/Offsite-pfSense_Backups BAKFOLDER=/opt/Offsite-pfSense_Backups
newBAKFOLDER=${BAKFOLDER}/`date +%Y%m%d-%H%M%S` newBAKFOLDER=${BAKFOLDER}/`date +%Y%m%d-%H%M%S`
mkdir ${newBAKFOLDER} mkdir ${newBAKFOLDER}
DOM='01' DOM='01'