fix: update Docker command for executing PHP scripts in Nextcloud status checks

This commit is contained in:
martin.fencl
2026-08-17 11:50:05 +02:00
parent 1992479733
commit 7cca8da60b
+4
View File
@@ -621,6 +621,8 @@
{{ docker_cmd }} exec -u www-data \
{{ nextcloud_container | quote }} \
php occ status --output=json |
{{ docker_cmd }} exec -i -u www-data \
{{ nextcloud_container | quote }} \
php -r '
$status = json_decode(stream_get_contents(STDIN), true);
@@ -733,6 +735,8 @@
{{ docker_cmd }} exec -u www-data \
{{ nextcloud_container | quote }} \
php occ status --output=json |
{{ docker_cmd }} exec -i -u www-data \
{{ nextcloud_container | quote }} \
php -r '
$status = json_decode(stream_get_contents(STDIN), true);