From 97b5db543d513348392e48db90d61be022287b7b Mon Sep 17 00:00:00 2001 From: Tristan Ancelet Date: Sat, 25 Nov 2023 17:54:45 -0600 Subject: [PATCH] Updated .gitmodules --- .gitmodules | 2 +- install-librenms.sh | 5 +---- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/.gitmodules b/.gitmodules index d597f3f..0c10fbf 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,6 @@ [submodule "DnD-Tools"] path = DnD-Tools - url = GS:tristan/dnd-tools + url = gitea@git.arcanium.tech:tristan/dnd-tools [submodule "DHCPInfo"] path = DHCPInfo url = gitea@git.arcanium.tech:tristan/DHCPInfo diff --git a/install-librenms.sh b/install-librenms.sh index 9417afa..068417f 100755 --- a/install-librenms.sh +++ b/install-librenms.sh @@ -133,10 +133,7 @@ cat > $LIBRENMS_HTTPD_CONF < - - # Enable http authorization headers - + # Enable http authorization headers SetEnvIfNoCase ^Authorization$ "(.+)" HTTP_AUTHORIZATION=$1