Set executable bit on notify_push binary
This commit is contained in:
parent
fb3cf33326
commit
7509d24245
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue