From 04c4ba64c67e5bd185f6405fab76698a7cdb8e8f Mon Sep 17 00:00:00 2001
From: Vladimir Levin <vladimirlevinozinki@gmail.com>
Date: Sun, 6 Aug 2023 17:28:31 +0900
Subject: [PATCH] Move from bash

---
 entrypoint.sh | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/entrypoint.sh b/entrypoint.sh
index 28ed8f9..d48e10c 100755
--- a/entrypoint.sh
+++ b/entrypoint.sh
@@ -1,6 +1,4 @@
-#!/usr/bin/env bash
-
-et -euxo pipefail
+#!/bin/sh -l
 
 insecure_option=""
 if [[ "$YA_INSECURE" == "true" ]]; then