From 7a1e71af6203ef2603c245fdf5ea976b102b4d81 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Thu, 11 Dec 2025 08:22:04 +0100 Subject: [PATCH] Update install/speedtest-tracker-install.sh MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Slaviša Arežina <58952836+tremor021@users.noreply.github.com> --- install/speedtest-tracker-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/speedtest-tracker-install.sh b/install/speedtest-tracker-install.sh index f5367ae62..658ab4301 100644 --- a/install/speedtest-tracker-install.sh +++ b/install/speedtest-tracker-install.sh @@ -37,7 +37,7 @@ msg_ok "Installed Speedtest CLI" msg_info "Configuring PHP-FPM runtime directory" mkdir -p /etc/systemd/system/php8.4-fpm.service.d/ -cat >/etc/systemd/system/php8.4-fpm.service.d/override.conf <<'EOF' +cat </etc/systemd/system/php8.4-fpm.service.d/override.conf [Service] RuntimeDirectory=php RuntimeDirectoryMode=0755