startplasmamobile: Specify bash in the shebang

/bin/sh is not always bash. In distributions like Mobian where /bin/sh does not
have bash features, startplasmamobile outputs "[[: command not found" or similar
message because of the use of '[[' on the if statement that looks for
systemd-coredump.
This commit is contained in:
Raphaël Jakse 2023-08-15 19:57:56 +00:00
parent 69f6a22ba6
commit cdeba03d5e

View file

@ -1,4 +1,4 @@
#!/bin/sh #!/bin/bash
# SPDX-FileCopyrightText: 2019-2021 Aleix Pol <apol@kde.org> # SPDX-FileCopyrightText: 2019-2021 Aleix Pol <apol@kde.org>
# SPDX-FileCopyrightText: 2019-2021 Bhushan Shah <bshah@kde.org> # SPDX-FileCopyrightText: 2019-2021 Bhushan Shah <bshah@kde.org>