Fix to bash and harden some config

This commit is contained in:
Simon Warta
2020-02-09 10:48:44 +01:00
parent fff0a12922
commit 6746989e49

View File

@@ -1,4 +1,5 @@
#!/bin/sh
#!/bin/bash
set -o errexit -o nounset -o pipefail
PASSWORD=${PASSWORD:-1234567890}
# we can override the default token tickers as cli args