Refs #8359: 8359-Backup_node_PVE - Final Script - --ip in cases null pointer IP_PBS

This commit is contained in:
Xavi Lleó 2025-01-08 13:13:53 +01:00
parent 5951d626ca
commit e00697dcad
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
#
# Author: Xavi Lleó
# Copyright (c) 2025 Verdnatura S.L. All rights reserved.
# Version: 1.0.2
# Version: 1.0.3
# ¿Juan Wants add GPL License?
#
# A configuration file is required in the user's home directory who runs this command.
@ -74,7 +74,7 @@ while [[ $# -gt 0 ]]; do
MODE="encrypt"
;;
--ip)
IP_ADDRESS="$2"
IP_PBS="$2"
shift
;;
--pool)