Update menhera.sh
This commit is contained in:
parent
d411f9d414
commit
3f5b02d7cc
1 changed files with 2 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
set -Eeuo pipefail
|
set -Eeuo pipefail
|
||||||
|
# disable command path hashing as we are going to move fast and break things
|
||||||
|
set +h
|
||||||
|
|
||||||
# config
|
# config
|
||||||
WORKDIR="/tmp/menhera"
|
WORKDIR="/tmp/menhera"
|
||||||
|
|
Loading…
Reference in a new issue