diff --git a/apps/ride-the-lightning/rtl/entrypoint.sh b/apps/ride-the-lightning/rtl/entrypoint.sh index 17829d1..0824970 100755 --- a/apps/ride-the-lightning/rtl/entrypoint.sh +++ b/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 \ No newline at end of file +exec /sbin/tini -g -- node rtl diff --git a/apps/thunderhub/data/entrypoint.sh b/apps/thunderhub/data/entrypoint.sh index 52ff4b9..d2aa173 100755 --- a/apps/thunderhub/data/entrypoint.sh +++ b/apps/thunderhub/data/entrypoint.sh @@ -3,4 +3,4 @@ # Set password sed -i 's/masterPassword:.*/masterPassword: '${APP_PASSWORD}'/' /data/thubConfig.yaml -exec npm start \ No newline at end of file +exec npm start