Skip to content

Commit

Permalink
Fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
erik73 committed May 24, 2021
1 parent 3973026 commit 793ead6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion steve/rootfs/etc/cont-init.d/10-create-config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ timezone=$(bashio::config 'timezone')
sed -i 's/^db.ip .*$/db.ip = '"$host"'/' /usr/src/steve/src/main/resources/config/prod/main.properties
sed -i 's/^db.user .*$/db.user = '"$username"'/' /usr/src/steve/src/main/resources/config/prod/main.properties
sed -i 's/^db.password .*$/db.password = '"$password"'/' /usr/src/steve/src/main/resources/config/prod/main.properties
sed -i 's/^server.host .*$/server.host = 127.0.0.1/' /usr/src/steve/src/main/resources/config/prod/main.properties
sed -i 's/^server.host .*$/server.host = 0.0.0.0/' /usr/src/steve/src/main/resources/config/prod/main.properties
sed -i 's/^http.port .*$/http.port = 8180/' /usr/src/steve/src/main/resources/config/prod/main.properties
sed -i 's/^auth.user .*$/auth.user = '"$adminuser"'/' /usr/src/steve/src/main/resources/config/prod/main.properties
sed -i 's/^auth.password .*$/auth.password = '"$adminpassword"'/' /usr/src/steve/src/main/resources/config/prod/main.properties
Expand Down

0 comments on commit 793ead6

Please sign in to comment.