From 8c38bcc57c1b12cf20280b73550b217d38df049d Mon Sep 17 00:00:00 2001 From: ReachableCEO Date: Wed, 2 Jul 2025 16:54:05 -0500 Subject: [PATCH] . --- ProjectCode/SetupNewSystem.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ProjectCode/SetupNewSystem.sh b/ProjectCode/SetupNewSystem.sh index b8ec605..fbdf79e 100644 --- a/ProjectCode/SetupNewSystem.sh +++ b/ProjectCode/SetupNewSystem.sh @@ -69,7 +69,7 @@ print_info "Now running "$FUNCNAME"...." cat ./scripts/up2date.sh > /usr/local/bin/up2date.sh && chmod +x /usr/local/bin/up2date.sh -cd ./Modules/OAM || exit +cd Modules/OAM || exit bash ./oam-librenms.sh cd - || exit