From b511d8394fe3ef5f609b45906245754390e7fcb8 Mon Sep 17 00:00:00 2001 From: Nico Flaig Date: Mon, 5 Feb 2024 17:21:03 +0100 Subject: [PATCH] feat: allow to execute lodestar script inside docker container (#6392) --- lodestar | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lodestar b/lodestar index 0b20ba4c9bcd..7cf5301e4de4 100755 --- a/lodestar +++ b/lodestar @@ -1,4 +1,4 @@ -#!/usr/bin/env bash +#!/usr/bin/env sh # Convenience script to run the lodestar binary from built source #