update
This commit is contained in:
@@ -509,6 +509,7 @@ BACKUP_OFFSITEPFSENSE(){
|
||||
|
||||
if [ "$(CHECK_HOST ${OFFSITE_PFSENSE_IP})" != "false" ]; then
|
||||
if [ ! -f ${BAKFOLDER}/mounted ]; then
|
||||
umount ${BAKFOLDER}
|
||||
mount -a
|
||||
sleep 2s
|
||||
if [ ! -f ${BAKFOLDER}/mounted ]; then
|
||||
@@ -580,6 +581,7 @@ BACKUP_UNIFIUDM(){
|
||||
|
||||
if [ "$(CHECK_HOST ${UNIFIUDM_IP})" != "false" ]; then
|
||||
if [ ! -f ${BAKFOLDER}/mounted ]; then
|
||||
umount ${BAKFOLDER}
|
||||
mount -a
|
||||
sleep 2s
|
||||
if [ ! -f ${BAKFOLDER}/mounted ]; then
|
||||
@@ -652,6 +654,7 @@ BACKUP_UNIFINVR(){
|
||||
|
||||
if [ "$(CHECK_HOST ${UNIFINVR_IP})" != "false" ]; then
|
||||
if [ ! -f ${BAKFOLDER}/mounted ]; then
|
||||
umount ${BAKFOLDER}
|
||||
mount -a
|
||||
sleep 2s
|
||||
if [ ! -f ${BAKFOLDER}/mounted ]; then
|
||||
|
||||
Reference in New Issue
Block a user