Fix bug in install script
Do not treat unbound variables as an error.
This commit is contained in:
parent
09a80230f5
commit
1d2918f82e
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
set -eu
|
set -e
|
||||||
|
|
||||||
CONFIG="install.conf.json"
|
CONFIG="install.conf.json"
|
||||||
DOTBOT_DIR="dotbot"
|
DOTBOT_DIR="dotbot"
|
||||||
|
|
Loading…
Reference in a new issue