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
91ed72aa29.
This commit is contained in:
Christian Taedcke
2022-11-11 10:16:53 +01:00
parent 4a2e13c16f
commit 02baf28323

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
# SPDX-License-Identifier: CC0-1.0
# 2022 Leah Oswald <mail@leahoswald.de>