Client push 0.64 update setzt Berechtigung auf lesen

Hallo an alle die Client Push updaten auf die 0.64.

Das Update setzt die binary :
-rw-r–r-- 1 apache apache 22577136 9. Nov 08:50 notify_push
zurück auf read only . Das bedeutet der Dienst kann dann nicht mehr funktionieren.
Lösung: chmod a+x notify_push
-rwxr-xr-x 1 apache apache 22577136 9. Nov 08:50 notify_push

und ein Neustart vom notify_push Service.

My one is 0.6.4 and permissions are correct.

Bei mir war das Update auf 0.6.4 normal aber nach dem Update auf 0.6.5 hatte die Datei
apps/notify_push/bin/x86_64/notify_push
diese berechtigungen: -rw-rw-r--

Also wie bei @mueller :

chmod +x /var/www/nextcloud/apps/notify_push/bin/x86_64/notify_push
systemctl restart notify_push.service

Viel glück,
ernolf

I think this should be fixed by https://github.com/nextcloud/notify_push/pull/356