mirror of
https://github.com/Retropex/umbrel-apps.git
synced 2025-05-12 11:20:43 +02:00
7 lines
116 B
Bash
Executable File
7 lines
116 B
Bash
Executable File
#!/usr/bin/env sh
|
|
|
|
# Set password
|
|
sed -i 's/$APP_PASSWORD/'${APP_PASSWORD}'/' /data/thubConfig.yaml
|
|
|
|
exec npm start
|