Skip to content

Commit 9e7b952

Browse files
committed
Ignore errors if certificate is missing
1 parent 8cc3df2 commit 9e7b952

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

upd/fix_vesta_ssl_permissions.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/bin/bash
22

3-
chown root:mail /usr/local/vesta/ssl/*
4-
chmod 660 /usr/local/vesta/ssl/*
3+
chown root:mail /usr/local/vesta/ssl/* >/dev/null 2>&1
4+
chmod 660 /usr/local/vesta/ssl/* >/dev/null 2>&1

0 commit comments

Comments
 (0)