Browse Source

newlines

deterministic-app-passwords
Luke Childs 3 years ago
parent
commit
5975fe35e1
  1. 2
      apps/ride-the-lightning/rtl/entrypoint.sh
  2. 2
      apps/thunderhub/data/entrypoint.sh

2
apps/ride-the-lightning/rtl/entrypoint.sh

@ -7,4 +7,4 @@ sed -i 's/"multiPass": "moneyprintergobrrr"/"multiPass": "'${APP_PASSWORD}'"/' $
# Migrate new password placeholder
sed -i 's/$APP_PASSWORD/'${APP_PASSWORD}'/' $RTL_CONFIG_PATH/RTL-Config.json
exec /sbin/tini -g -- node rtl
exec /sbin/tini -g -- node rtl

2
apps/thunderhub/data/entrypoint.sh

@ -3,4 +3,4 @@
# Set password
sed -i 's/masterPassword:.*/masterPassword: '${APP_PASSWORD}'/' /data/thubConfig.yaml
exec npm start
exec npm start

Loading…
Cancel
Save