mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-07-12 16:13:32 -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
|