diff options
author | Christian Taedcke <christian.taedcke@lemonbeat.com> | 2022-11-11 10:16:53 +0100 |
---|---|---|
committer | Christian Taedcke <christian.taedcke@lemonbeat.com> | 2022-11-11 10:31:36 +0100 |
commit | 02baf28323b3be84c470a504084f3c9bba0de75e (patch) | |
tree | 30bb573b84dbad47deefd6c19fe3ce7b73a00439 /data | |
parent | 4a2e13c16fdf39beab23fd2d26de28f0883aeea8 (diff) |
fcc-unlock: switch bash shell scripts to use sh
This enables the usage with busybox and fixes yocto dependency
issues.
This is related to #483 and the previous commit
91ed72aa29ede06d3a5115128e2267793ca611d4.
Diffstat (limited to 'data')
-rw-r--r-- | data/dispatcher-fcc-unlock/2c7c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/dispatcher-fcc-unlock/2c7c b/data/dispatcher-fcc-unlock/2c7c index 1161aec6..fa372927 100644 --- a/data/dispatcher-fcc-unlock/2c7c +++ b/data/dispatcher-fcc-unlock/2c7c @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh # SPDX-License-Identifier: CC0-1.0 # 2022 Leah Oswald <mail@leahoswald.de> |