From 926b66b2662b1d06592612628476b837736b37e4 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Tue, 10 Nov 2020 17:15:02 -0800 Subject: [PATCH] Just copy, we chown later anyway --- start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start.sh b/start.sh index a60e456..f269987 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 /app/code/prometheus.yml /app/data/config/prometheus.yml + cp /app/code/prometheus.yml /app/data/config/prometheus.yml fi chown -R cloudron:cloudron /app/data