mirror of
https://git.cloudron.io/cloudron/prometheus-server-app.git
synced 2024-11-21 07:51:03 +00:00
remove migration
This commit is contained in:
parent
18b3960381
commit
3020e27d74
1 changed files with 0 additions and 2 deletions
2
start.sh
2
start.sh
|
@ -11,8 +11,6 @@ fi
|
|||
|
||||
chown -R cloudron:cloudron /app/data
|
||||
|
||||
[[ -f /app/data/prometheus_variables.sh ]] && mv /app/data/prometheus_variables.sh /app/data/env.sh
|
||||
|
||||
if [[ ! -f /app/data/env.sh ]]; then
|
||||
echo "=> Copy default env.sh"
|
||||
cp /app/pkg/env.sh.template /app/data/env.sh
|
||||
|
|
Loading…
Reference in a new issue