From 961ca74c14d4d3e3df7554401d5275aa870d681d Mon Sep 17 00:00:00 2001 From: Michal T Date: Tue, 7 Jan 2025 14:54:38 +0000 Subject: [PATCH] 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