Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2024-01-05 02:30:47 +03:00
parent 38f0a966fd
commit eb2905fb31

View File

@ -156,6 +156,8 @@ getLatestTemplate(){
latest=$(pveam list local | grep -o "^.*$latest")
echo Using: $latest
[ -z $2 ] \
|| eval "$2=${latest}"
}