From 25c7489370f2c6758a6bc18386587c1c409c2496 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Mon, 15 Jun 2020 12:58:10 +0200 Subject: Fix the ranch_prometheus_example environment --- ranch_prometheus_example.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ranch_prometheus_example.sh b/ranch_prometheus_example.sh index 0e96667..a85a8a2 100755 --- a/ranch_prometheus_example.sh +++ b/ranch_prometheus_example.sh @@ -20,9 +20,10 @@ archlinux_enable_cron lxc_do mkdir -p /home/ninenines lxc_do git clone https://github.com/juhlig/prometheus_ranch_example /home/ninenines/prometheus_ranch_example +lxc_do make -C /home/ninenines/prometheus_ranch_example clean lxc_do make -C /home/ninenines/prometheus_ranch_example -lxc_do sh -c 'echo "@reboot /home/ninenines/prometheus_ranch_example start" >> tmpcron' +lxc_do sh -c 'echo "@reboot /home/ninenines/prometheus_ranch_example/_rel/prometheus_ranch_example_release/bin/prometheus_ranch_example_release start" >> tmpcron' lxc_do sh -c 'crontab tmpcron' lxc_do sh -c 'rm tmpcron' -- cgit v1.2.3