mirror of
https://git.cloudron.io/cloudron/prometheus-server-app.git
synced 2024-11-21 16:01:03 +00:00
typo
This commit is contained in:
parent
2392fde4bd
commit
ca20c3277c
1 changed files with 1 additions and 1 deletions
2
start.sh
2
start.sh
|
@ -11,7 +11,7 @@ fi
|
|||
|
||||
chown -R cloudron:cloudron /app/data
|
||||
|
||||
[[ -f /app/data/prometheus_variables.sh ]] && mv /app/data/env.sh
|
||||
[[ -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"
|
||||
|
|
Loading…
Reference in a new issue