Skip to content

Commit

Permalink
remove extra cd
Browse files Browse the repository at this point in the history
  • Loading branch information
tyzbit committed Feb 1, 2018
1 parent d3a8696 commit 715f331
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ overrides=("SET_SERVERPORT" "SET_SERVERHOST" "SET_LNDHOST" "SET_USETLS" "SET_USE
defaultopts=""
config="/lncli-web/config/defaults.js"

cd /lncli-web

# if /config has any files in the array above, point config.js there.
for file in ${files[@]}; do
if [[ -f "/config/$file" ]]; then
Expand Down

0 comments on commit 715f331

Please sign in to comment.