mirror of
https://github.com/myvesta/vesta
synced 2025-07-05 04:26:23 -07:00
4 lines
118 B
Bash
Executable file
4 lines
118 B
Bash
Executable file
#!/bin/bash
|
|
|
|
chown root:mail /usr/local/vesta/ssl/* >/dev/null 2>&1
|
|
chmod 660 /usr/local/vesta/ssl/* >/dev/null 2>&1
|