mirror of
https://github.com/myvesta/vesta.git
synced 2025-03-12 04:35:23 -07:00
Ignore errors if certificate is missing
This commit is contained in:
parent
8cc3df2db0
commit
9e7b952d34
@ -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…
x
Reference in New Issue
Block a user