Skip to content

Commit

Permalink
Variable für 2. IP fehlt
Browse files Browse the repository at this point in the history
  • Loading branch information
DetMoerk committed Sep 23, 2021
1 parent 4ee5ba0 commit 70529ff
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions runs/updateConfig.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1058,6 +1058,9 @@ updateConfig(){
if ! grep -Fq "vartaspeicherip=" $ConfigFile; then
echo "vartaspeicherip=192.168.0.10" >> $ConfigFile
fi
if ! grep -Fq "vartaspeicher2ip=" $ConfigFile; then
echo "vartaspeicher2ip=none" >> $ConfigFile
fi
if ! grep -Fq "usevartamodbus=" $ConfigFile; then
echo "usevartamodbus=0" >> $ConfigFile
fi
Expand Down

0 comments on commit 70529ff

Please sign in to comment.