From 64e9d4fd37940be21dc89314879f26259dccc908 Mon Sep 17 00:00:00 2001 From: swaggboi Date: Thu, 15 Apr 2021 22:21:43 -0400 Subject: [PATCH] Moar minor clean up --- www-swagg.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www-swagg.pl b/www-swagg.pl index 83d9759..c9fbc90 100755 --- a/www-swagg.pl +++ b/www-swagg.pl @@ -88,7 +88,7 @@ get '/ula6' => sub { # Cat with the time $digesty = sha1_hex($epoch . $fulleui); - ($uniqueid = "fd" . substr $digesty, -10) =~ s/(.{1,4})/$1:/g; + ($uniqueid = "fd" . substr $digesty, -10) =~ s/(.{4})/$1:/g; # Set the ULA $ula6 = $uniqueid . ':/48';