mirror of
https://github.com/iiab/iiab.git
synced 2025-02-12 11:12:06 +00:00
iiab-network remove stale config_vars creation
This commit is contained in:
parent
aab9c1ba87
commit
cc5674a922
1 changed files with 0 additions and 6 deletions
|
@ -11,12 +11,6 @@ if [ ! -f iiab-network.yml ]; then
|
|||
exit 1
|
||||
fi
|
||||
|
||||
if [ ! -f /etc/iiab/config_vars.yml ]; then
|
||||
echo "Creating stub /etc/iiab/config_vars.yml"
|
||||
mkdir -p /etc/iiab
|
||||
echo "{}" > /etc/iiab/config_vars.yml
|
||||
fi
|
||||
|
||||
OS="unknown" # will be overridden below, if /etc/iiab/iiab.env is legit
|
||||
if [ -f /etc/iiab/iiab.env ]; then
|
||||
echo "Reading /etc/iiab/iiab.env"
|
||||
|
|
Loading…
Reference in a new issue