From b8b5c7ef2c452e2a5170b1ea00d4052eff3e6801 Mon Sep 17 00:00:00 2001 From: Adam Boardman Date: Fri, 28 Apr 2023 16:22:14 +0100 Subject: [PATCH] Allow internal switch from sh to bash to take effect by not not forcing use of sh --- lib/systemd/system/bind-vendor.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/systemd/system/bind-vendor.service b/lib/systemd/system/bind-vendor.service index 9d5b225..78787db 100644 --- a/lib/systemd/system/bind-vendor.service +++ b/lib/systemd/system/bind-vendor.service @@ -6,7 +6,7 @@ DefaultDependencies=no [Service] Type=oneshot RemainAfterExit=true -ExecStart=/bin/sh /usr/bin/droid/bind_vendor.sh +ExecStart=/usr/bin/droid/bind_vendor.sh [Install] WantedBy=local-fs.target