Skip to content

Commit

Permalink
fix(core): add execution of check_ip before the config init (#3289)
Browse files Browse the repository at this point in the history
  • Loading branch information
h3o66 authored Feb 21, 2021
1 parent 0ca6c8a commit 0ab5734
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions linuxgsm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -403,6 +403,8 @@ else
fi
fi
fi
# Load the IP details before the first config is loaded.
check_ip.sh
# Configs have to be loaded twice to allow start startparameters to pick up all vars
# shellcheck source=/dev/null
source "${configdirserver}/_default.cfg"
Expand Down

0 comments on commit 0ab5734

Please sign in to comment.