reset_testnet.sh: avoid "unbound variable" error [skip ci]

This commit is contained in:
Ștefan Talpalaru 2020-01-13 13:21:22 +01:00
parent 22eaf3cd14
commit 6e1b60de36
No known key found for this signature in database
GPG Key ID: CBF7934204F1B6F9
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
set -eu set -e
cd $(dirname "$0") cd $(dirname "$0")