diff --git a/scripts/run_Advisory_Processor.sh b/scripts/run_Advisory_Processor.sh
index 70f5725e9efc06748796669e6e9efb6e975245c8..8113b725af8f24a8540539c9376f607b6dac9498 100755
--- a/scripts/run_Advisory_Processor.sh
+++ b/scripts/run_Advisory_Processor.sh
@@ -1,3 +1,4 @@
+#!/bin/bash
 
 # get path of this script (to point to files within the same git repo)
 proc_path="$(dirname "$(readlink -f "$0")")"
@@ -12,4 +13,3 @@ exit_code=$?
 teardown_conda_env
 
 exit $exit_code
-
diff --git a/scripts/run_Deposition_Processor.sh b/scripts/run_Deposition_Processor.sh
index d4a22bb905afc8a4f8ca30db6647e945aee96821..29205bcf3adf9c534550ffba5b26385e0d5b32a3 100755
--- a/scripts/run_Deposition_Processor.sh
+++ b/scripts/run_Deposition_Processor.sh
@@ -1,3 +1,4 @@
+#!/bin/bash
 
 # get path of this script (to point to files within the same git repo)
 proc_path="$(dirname "$(readlink -f "$0")")"
@@ -12,4 +13,3 @@ exit_code=$?
 teardown_conda_env
 
 exit $exit_code
-
diff --git a/scripts/run_Environment_Processor.sh b/scripts/run_Environment_Processor.sh
index 14366514c8511100407d379e7e4c5a6c97a1d81a..6e17d0b004a3fb499db8ae239dea43f7243075bc 100755
--- a/scripts/run_Environment_Processor.sh
+++ b/scripts/run_Environment_Processor.sh
@@ -1,3 +1,4 @@
+#!/bin/bash
 
 # get path of this script (to point to files within the same git repo)
 proc_path="$(dirname "$(readlink -f "$0")")"
@@ -12,4 +13,3 @@ exit_code=$?
 teardown_conda_env
 
 exit $exit_code
-
diff --git a/scripts/run_Epidemiology_Processor.sh b/scripts/run_Epidemiology_Processor.sh
index eef06f60a89090aa4e632207401dabe82b8bddc3..1ee5570ffca53453dd9cfedddfc2a18c293a8cd4 100755
--- a/scripts/run_Epidemiology_Processor.sh
+++ b/scripts/run_Epidemiology_Processor.sh
@@ -1,3 +1,4 @@
+#!/bin/bash
 
 # get path of this script (to point to files within the same git repo)
 proc_path="$(dirname "$(readlink -f "$0")")"
@@ -12,4 +13,3 @@ exit_code=$?
 teardown_conda_env
 
 exit $exit_code
-
diff --git a/scripts/run_Scraper_Processor.sh b/scripts/run_Scraper_Processor.sh
index 647987c5dbddf9dc5fda5938dcb31499502d6688..b9c17950c2722a7e6c210e933a1db92c86bf873f 100755
--- a/scripts/run_Scraper_Processor.sh
+++ b/scripts/run_Scraper_Processor.sh
@@ -1,3 +1,4 @@
+#!/bin/bash
 
 # get path of this script (to point to files within the same git repo)
 proc_path="$(dirname "$(readlink -f "$0")")"
@@ -12,4 +13,3 @@ exit_code=$?
 teardown_conda_env
 
 exit $exit_code
-
diff --git a/scripts/run_Survey_Processor.sh b/scripts/run_Survey_Processor.sh
index 1fa474890fcbdf6a1d868e9672b6e4535c11ac66..f616bdaa69afd3990fcb92182bf186dcdac25fd8 100755
--- a/scripts/run_Survey_Processor.sh
+++ b/scripts/run_Survey_Processor.sh
@@ -1,3 +1,4 @@
+#!/bin/bash
 
 # get path of this script (to point to files within the same git repo)
 proc_path="$(dirname "$(readlink -f "$0")")"
@@ -12,4 +13,3 @@ exit_code=$?
 teardown_conda_env
 
 exit $exit_code
-