From b3844e860f4814b6c108037d346c5e5c4d302434 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Tue, 10 Nov 2020 16:22:59 -0800 Subject: [PATCH] Fix path to config file --- start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start.sh b/start.sh index abfdfd3..a60e456 100755 --- a/start.sh +++ b/start.sh @@ -6,7 +6,7 @@ mkdir -p /app/data/runtime /app/data/config if [[ ! -f /app/data/config/prometheus.yml ]]; then echo "=> Creating config file on first run" - sudo -u cloudron cp -n /usr/local/bin/prometheus/prometheus.yml /app/data/config/prometheus.yml + sudo -u cloudron cp -n /app/code/prometheus.yml /app/data/config/prometheus.yml fi chown -R cloudron:cloudron /app/data