From 875728991b461cdfc97e3d13be7a1a915972618a Mon Sep 17 00:00:00 2001 From: Noah Durbin <13364668+noahdurbin@users.noreply.github.com> Date: Mon, 26 Aug 2024 12:59:08 -0600 Subject: [PATCH] feat: script edit --- docker_start.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/docker_start.sh b/docker_start.sh index 5a9ee98..11ad9ad 100755 --- a/docker_start.sh +++ b/docker_start.sh @@ -1,6 +1,3 @@ -#!/bin/bash - -# Exit immediately if a command exits with a non-zero status. set -e echo "Starting Docker environment for turlink-be..."