Update install/speedtest-tracker-install.sh

Co-authored-by: Slaviša Arežina <58952836+tremor021@users.noreply.github.com>
This commit is contained in:
CanbiZ
2025-12-11 08:22:04 +01:00
committed by GitHub
parent e3a201db02
commit 7a1e71af62

View File

@ -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 <<EOF >/etc/systemd/system/php8.4-fpm.service.d/override.conf
[Service]
RuntimeDirectory=php
RuntimeDirectoryMode=0755