diff --git a/ProjectCode/SetupNewSystem.sh b/ProjectCode/SetupNewSystem.sh index 1e98492..42b0bdd 100644 --- a/ProjectCode/SetupNewSystem.sh +++ b/ProjectCode/SetupNewSystem.sh @@ -65,7 +65,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 -bash ./Modules/OAM/oam-librenms.sh +bash ./oam-librenms.sh cd - print_info "Completed running "$FUNCNAME""