From 7e64f8895785c7c1c2a2df4ce0f7254d14a397e6 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 28 Apr 2024 18:02:10 +0200 Subject: [PATCH] Update 00_php_pfm --- birdnet-pi/rootfs/custom-services.d/00_php_pfm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/birdnet-pi/rootfs/custom-services.d/00_php_pfm b/birdnet-pi/rootfs/custom-services.d/00_php_pfm index 1c9797b59..fcdd6e875 100644 --- a/birdnet-pi/rootfs/custom-services.d/00_php_pfm +++ b/birdnet-pi/rootfs/custom-services.d/00_php_pfm @@ -1,9 +1,12 @@ #!/usr/bin/with-contenv bash # shellcheck shell=bash +# Correct /config permissions after startup +chown pi:pi /config + # Waiting for dbus until [[ -e /var/run/dbus/system_bus_socket ]]; do sleep 1s done echo "Starting service: php pfm" -exec /usr/sbin/php-fpm* -F \ No newline at end of file +exec /usr/sbin/php-fpm* -F