Refs #8359: 8359-Backup_node_PVE - Final Script - --ip in cases null pointer IP_PBS
This commit is contained in:
parent
5951d626ca
commit
e00697dcad
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue