1
0
mirror of https://github.com/serghey-rodin/vesta.git synced 2025-03-11 20:26:30 -07:00
vesta/upd/fix_vesta_ssl_permissions.sh

5 lines
118 B
Bash
Raw Permalink Normal View History

#!/bin/bash
chown root:mail /usr/local/vesta/ssl/* >/dev/null 2>&1
chmod 660 /usr/local/vesta/ssl/* >/dev/null 2>&1