Make hgsuffix truly optional

Replaced the default value "pve" with ""

Resolves #5
This commit is contained in:
amulet1
2025-01-16 10:27:40 -05:00
parent 265904dfa3
commit 660d9bff76
+1 -1
View File
@@ -32,7 +32,7 @@ $Data::Dumper::Indent = 1; # Outputs everything in one line
$Data::Dumper::Useqq = 1; # Uses quotes for strings
my $purestorage_wwn_prefix = "624a9370";
my $default_hgsuffix = "pve";
my $default_hgsuffix = "";
my $DEBUG = 0;