From 10f11e6b39293ae3737b65f06a8bcfdd3deb9a71 Mon Sep 17 00:00:00 2001
From: "honza801@ADMIN.META" <krcmar@cesnet.cz>
Date: Thu, 3 Oct 2024 10:37:00 +0200
Subject: [PATCH] init.sh fix bash -> sh

---
 toolbox/init.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/toolbox/init.sh b/toolbox/init.sh
index f803e90..2cddd00 100755
--- a/toolbox/init.sh
+++ b/toolbox/init.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
 
 : ${DB_HOST:=localhost}
 : ${DB_NAME:=postgres}
-- 
GitLab