Merge "[servod] Add shebang to start/stop servod scripts" into main
diff --git a/src/dockerfiles/servod/start_servod.sh b/src/dockerfiles/servod/start_servod.sh
index 1481ce3..bbecbc2 100755
--- a/src/dockerfiles/servod/start_servod.sh
+++ b/src/dockerfiles/servod/start_servod.sh
@@ -2,6 +2,8 @@
 # Use of this source code is governed by a BSD-style license that can be
 # found in the LICENSE file.
 
+#!/bin/bash
+
 set -x
 
 CONFIG_FILE_DIR="/var/lib/servod"
diff --git a/src/dockerfiles/servod/stop_servod.sh b/src/dockerfiles/servod/stop_servod.sh
index 280d065..4313829 100755
--- a/src/dockerfiles/servod/stop_servod.sh
+++ b/src/dockerfiles/servod/stop_servod.sh
@@ -2,6 +2,8 @@
 # Use of this source code is governed by a BSD-style license that can be
 # found in the LICENSE file.
 
+#!/bin/bash
+
 set -x
 
 dut-control -p $PORT "log_msg:Turning down servod."