Skip to content

Commit

Permalink
Update start.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
UplandJacob authored Oct 13, 2024
1 parent 98963a8 commit 7d16172
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eag-relay/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ echo:
#get config
RELAY_CONFIG=$(bashio::config 'relayConfig')
#set config file
echo -e "[EaglerSPRelay]\n$RELAY_CONFIG" > relayConfig.ini
echo -e "[EaglerSPRelay]\nport: 6969\naddress: 0.0.0.0\n$RELAY_CONFIG" > relayConfig.ini

echo "relayConfig.ini:"
cat relayConfig.ini
Expand Down

0 comments on commit 7d16172

Please sign in to comment.