Browse Source

Persist thunderhub app password changes (#1121)

0.4.9
Lounès Ksouri 3 years ago
committed by GitHub
parent
commit
501988c3f2
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      apps/thunderhub/data/entrypoint.sh

2
apps/thunderhub/data/entrypoint.sh

@ -1,6 +1,6 @@
#!/usr/bin/env sh #!/usr/bin/env sh
# Set password # Set password
sed -i 's/masterPassword:.*/masterPassword: '${APP_PASSWORD}'/' /data/thubConfig.yaml sed -i 's/$APP_PASSWORD/'${APP_PASSWORD}'/' /data/thubConfig.yaml
exec npm start exec npm start

Loading…
Cancel
Save