From 5e6bd7655703fa6bf2787a7abc12c12c032d100c Mon Sep 17 00:00:00 2001 From: Sven Holz Date: Wed, 15 Jun 2022 00:08:53 +0200 Subject: [PATCH] v0.2 --- setup-full_stack.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup-full_stack.sh b/setup-full_stack.sh index 89b7282..cd5e00a 100755 --- a/setup-full_stack.sh +++ b/setup-full_stack.sh @@ -43,8 +43,8 @@ sed -i -e "s/YOUR_BUCKET_NAME/$INFLUX_BUCKET/g" $MyScriptPath/grafana/provisioni # Correct owner and permissions to satisfy the containers echo "CHMOD: chmod -R 755 $MyPath" chmod -R 755 $MyPath -echo "CHMOD: chmod 644 $MyScriptPath/grafana/datasources/grafana-datasource.yml" -chmod 644 $MyScriptPath/grafana/datasources/grafana-datasource.yml +echo "CHMOD: chmod 644 $MyScriptPath/grafana/provisioning/datasources/grafana-datasource.yml" +chmod 644 $MyScriptPath/grafana/provisioning/datasources/grafana-datasource.yml echo "CHOWN: chown -R 472.472 $MyPath/grafana/var_lib" chown -R 472.472 $MyPath/grafana/var_lib