From 961ca74c14d4d3e3df7554401d5275aa870d681d Mon Sep 17 00:00:00 2001 From: Michal T Date: Tue, 7 Jan 2025 14:54:38 +0000 Subject: [PATCH 1/2] BGFX --- status_report.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/status_report.service b/status_report.service index 81ed684..5a1176f 100644 --- a/status_report.service +++ b/status_report.service @@ -4,7 +4,7 @@ After=network.target [Service] Type=oneshot -ExecStart=/home/conjurer/status_report.sh >> /home/pi/Conjurer/discord.log +ExecStart=/bin/bash -c '/home/conjurer/status_report.sh >> /home/pi/Conjurer/discord.log' [Install] WantedBy=multi-user.target From b031bd9fdce2504047aa320866abc16fabeeb709 Mon Sep 17 00:00:00 2001 From: migatu Date: Tue, 7 Jan 2025 14:59:59 +0000 Subject: [PATCH 2/2] BGFX --- status_report.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/status_report.service b/status_report.service index 5a1176f..7d6f3f0 100644 --- a/status_report.service +++ b/status_report.service @@ -4,7 +4,7 @@ After=network.target [Service] Type=oneshot -ExecStart=/bin/bash -c '/home/conjurer/status_report.sh >> /home/pi/Conjurer/discord.log' +ExecStart=/bin/bash -c '/home/pi/conjurer/status_report.sh >> /home/pi/Conjurer/discord.log' [Install] WantedBy=multi-user.target