change jot slightly to exclude - and ~

This commit is contained in:
mischa 2022-01-09 16:51:30 +01:00
parent 26dcec112c
commit 8fd52970bb
2 changed files with 2 additions and 2 deletions

View File

@ -190,7 +190,7 @@ sub render_install_conf {
if (! -e $_disk) {
my $_hostname = $vms{$vm_name}{'hostname'};
my $jot_pass = qx(jot -rcs '' 20 33 126);
my $jot_pass = qx(jot -rcs '' 20 46 125);
chomp($jot_pass);
my $_ipv6 = $conf{'conf'}{'IPV6_PREFIX'} . ":" . ($conf{'conf'}{'IPV6_START'} + $vms{$vm_name}{'vm_number'}) . "::" . ($conf{'conf'}{'IP_START'} + $vms{$vm_name}{'vm_number'});
my $_ipv6_gateway = $conf{'conf'}{'IPV6_PREFIX'} . ":" . ($conf{'conf'}{'IPV6_START'} + $vms{$vm_name}{'vm_number'}) . "::1";

View File

@ -1,7 +1,7 @@
mac="fe:e1:ab:dd:73:a4"
ip="192.168.1.1"
owner="testuser1"
date="2018/11/02"
date="2018/12/02"
payment="70"
donated=""
name="Test1 User"