Fix shellcheck errors

This commit is contained in:
jo 2021-08-16 17:44:19 +02:00
parent b5f302ac61
commit dc999f9006
15 changed files with 108 additions and 98 deletions

View file

@ -1,4 +1,6 @@
#!/usr/bin/env bash -e
#!/usr/bin/env bash
set -e
#-e Causes bash script to exit if any of the installers
#return with a non-zero return value.