From 535f2f2d2e2871d5938326d37780c8108f62bd0f Mon Sep 17 00:00:00 2001 From: "CanbiZ (MickLesk)" <47820557+MickLesk@users.noreply.github.com> Date: Sat, 5 Sep 2026 22:41:32 +0200 Subject: [PATCH] iventoy: run iventoy.sh with bash instead of dash (#17034) --- install/iventoy-install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install/iventoy-install.sh b/install/iventoy-install.sh index 18eacdca0..650eb6278 100644 --- a/install/iventoy-install.sh +++ b/install/iventoy-install.sh @@ -31,8 +31,8 @@ Environment=IVENTOY_API_ALL=1 Environment=IVENTOY_AUTO_RUN=1 Environment=LIBRARY_PATH=/opt/iventoy/lib/lin64 Environment=LD_LIBRARY_PATH=/opt/iventoy/lib/lin64 -ExecStart=/bin/sh /opt/iventoy/iventoy.sh -R start -ExecStop=/bin/sh /opt/iventoy/iventoy.sh stop +ExecStart=/bin/bash /opt/iventoy/iventoy.sh -R start +ExecStop=/bin/bash /opt/iventoy/iventoy.sh stop Restart=on-failure RestartSec=5