From fddcc6716f57abdcdfa387d5644850d7cf1bc321 Mon Sep 17 00:00:00 2001 From: Peter Reichart Date: Fri, 5 Jan 2024 09:53:22 +0000 Subject: [PATCH] =?UTF-8?q?glpi/GLPI10/console-wrapper.sh=20hinzugef=C3=BC?= =?UTF-8?q?gt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- glpi/GLPI10/console-wrapper.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 glpi/GLPI10/console-wrapper.sh diff --git a/glpi/GLPI10/console-wrapper.sh b/glpi/GLPI10/console-wrapper.sh new file mode 100644 index 00000000..a02aacb0 --- /dev/null +++ b/glpi/GLPI10/console-wrapper.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +docker compose exec glpi ./bin/console $1 $2 $3 $4 $5