fix: use /usr/bin/env bash in launch script

This should make it possible to run these scripts on any system, as
/bin/bash is not standard! Notably this fixes the script on NixOS.

Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
Sefa Eyeoglu 2023-02-04 01:06:15 +01:00
parent 58d9ceda4b
commit edaa66f622
No known key found for this signature in database
GPG Key ID: E13DFD4B47127951

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# Basic start script for running the launcher with the libs packaged with it.
function printerror {