From 06dbbf2aa8757be865ac9c553fc0712ce5b62579 Mon Sep 17 00:00:00 2001
From: Janne Mareike Koschinski <janne@kuschku.de>
Date: Mon, 6 Dec 2021 16:08:19 +0100
Subject: [PATCH] Fix shebang

---
 src/entrypoint.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/entrypoint.sh b/src/entrypoint.sh
index 378fb57..943b882 100755
--- a/src/entrypoint.sh
+++ b/src/entrypoint.sh
@@ -1,3 +1,4 @@
+#!/bin/sh
 inotifywait -e close_write,moved_to,create -m $CONFIG_DIR |
 while read -r directory events filename; do
   killall -SIGHUP quasselcore
-- 
GitLab