mirror of
https://github.com/myvesta/vesta
synced 2025-07-05 12:36:23 -07:00
Ignore errors if certificate is missing
This commit is contained in:
parent
8cc3df2db0
commit
9e7b952d34
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
|
||||
chown root:mail /usr/local/vesta/ssl/*
|
||||
chmod 660 /usr/local/vesta/ssl/*
|
||||
chown root:mail /usr/local/vesta/ssl/* >/dev/null 2>&1
|
||||
chmod 660 /usr/local/vesta/ssl/* >/dev/null 2>&1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue