mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 18:49:21 -07:00
Fix domain rebuild for new conf style
This commit is contained in:
parent
85f6d3a08f
commit
5a42216130
2 changed files with 20 additions and 6 deletions
|
@ -202,7 +202,7 @@ add_web_config() {
|
|||
-e "s|%ssl_pem%|$ssl_pem|g" \
|
||||
-e "s|%ssl_ca_str%|$ssl_ca_str|g" \
|
||||
-e "s|%ssl_ca%|$ssl_ca|g" \
|
||||
>> $conf
|
||||
> $conf
|
||||
|
||||
chown root:$user $conf
|
||||
chmod 640 $conf
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue