1
0
Fork 0

Set executable bit on notify_push binary

This commit is contained in:
Tobias Strobel 2021-09-11 22:27:50 +02:00
parent fb3cf33326
commit 7509d24245
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
#!/bin/bash
find /var/www/ -type f -print0 | xargs -0 chmod 0640
find /var/www/ -type d -print0 | xargs -0 chmod 0750
chmod 0700 /var/www/nextcloud/apps/notify_push/bin/aarch64/notify_push
chown -R acmeuser:ssl-cert /etc/ssl/private
chown root:ssl-cert /etc/ssl/private/ssl-cert-snakeoil.key