From b3c05872dc2868aed62bdae62afbba495d27ca69 Mon Sep 17 00:00:00 2001 From: Ivan-Malin <57503773+Ivan-Malin@users.noreply.github.com> Date: Mon, 6 Nov 2023 17:49:13 +0300 Subject: [PATCH] Update config.sh. Fix syntax error Fix syntax error and use interpreter, which is used in other config .sh scripts in docker build --- docker/images/config.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/images/config.sh b/docker/images/config.sh index 61485d272..4940f1212 100644 --- a/docker/images/config.sh +++ b/docker/images/config.sh @@ -1,4 +1,4 @@ -# !/bin/bash +#!/bin/sh # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this