diff --git a/launcher.sh b/launcher.sh index 82910ad..3cc098a 100755 --- a/launcher.sh +++ b/launcher.sh @@ -171,7 +171,7 @@ handle_security_menu() { 12) run_module "security" "tail-secure-log.sh" ;; 13) run_module "security" "enable-cphulk.sh" ;; 14) run_module "security" "optimize-ct-limit.sh" ;; - 15) bash "$SCRIPT_DIR/tools/analyze-historical-attacks.sh" ;; + 15) bash "$BASE_DIR/tools/analyze-historical-attacks.sh" ;; 0) return ;; *) echo -e "${RED}Invalid option${NC}"; sleep 1 ;; esac