1
0
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:
Serghey Rodin 2015-08-20 18:05:45 +03:00
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