Added explicit shebang to bash script

This commit is contained in:
2020-05-06 13:46:30 +02:00
parent f515b34fb6
commit 6b39f1b281

View File

@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
# e is for exiting the script automatically if a command fails, u is for exiting if a variable is not set
# x would be for showing the commands before they are executed
set -eu