making shell script POSIX (#2389)

Making script POSIX compliant.
This will use the shell that the user have set.
If you installed fx 'dash' witch is allegedly 4x faster than bash, it will use that.
This commit is contained in:
PrivateLalle 2022-08-22 00:12:55 +02:00 committed by GitHub
parent cbc017110f
commit e0ab65866b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
set -e