mirror of
https://github.com/serghey-rodin/vesta.git
synced 2024-11-23 22:10:24 -08:00
5 lines
118 B
Bash
Executable File
5 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
|