mirror of https://github.com/lukechilds/umbrel.git
Lounès Ksouri
3 years ago
committed by
GitHub
1 changed files with 1 additions and 1 deletions
@ -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…
Reference in new issue