diff --git a/configs/docker/run/launchAndRunDockerEWS.sh b/configs/docker/run/launchAndRunDockerEWS.sh
index 9cca8b74fd81eecc090d2f2cd4b8be8668783431..dbc0866e3a66a1fcac3971099d111214bc29d086 100755
--- a/configs/docker/run/launchAndRunDockerEWS.sh
+++ b/configs/docker/run/launchAndRunDockerEWS.sh
@@ -75,7 +75,7 @@ elif [ "$component" = "Survey" ];then
 elif [ "$component" = "Advisory" ];then
     component_script="/storage/app/EWS_prod/code/coordinator/scripts/run_Advisory_Processor.sh"
 elif [ "$component" = "Scraper" ];then
-    component_script="/storage/app/EWS_prod/code/coordinator/scripts/run_Environment_Processor.sh"
+    component_script="/storage/app/EWS_prod/code/coordinator/scripts/run_Scraper_Processor.sh"
 elif [ "$component" = "Epidemiology" ];then
     component_script="/storage/app/EWS_prod/code/coordinator/scripts/run_Epidemiology_Processor.sh"
 elif [ "$component" = "MetResample" ];then
diff --git a/scripts/run_Scraper_Processor.sh b/scripts/run_Scraper_Processor.sh
index 15de91bffe3130372ea576ef3bd20f76307bda60..971c17d1e030a83a7942bd4e014ab351a7bef3a0 100755
--- a/scripts/run_Scraper_Processor.sh
+++ b/scripts/run_Scraper_Processor.sh
@@ -7,7 +7,8 @@ source "${proc_path}"/run_utils.sh
 
 setup_virtual_env
 
-python "${proc_path}"/../ews/coordinator/processor_scraper.py "$@"
+#python "${proc_path}"/../ews/coordinator/processor_scraper.py "$@"
+echo "WE HAVE NOT WIRED IN THE PROCESSOR DO IT HERE IF YOU WANT TO RUN IT!"
 exit_code=$?
 
 teardown_virtual_env