mirror of
https://github.com/myvesta/vesta
synced 2025-08-21 05:44:08 -07:00
fix vesta ssl permissions
This commit is contained in:
parent
9409af3bd0
commit
4836872eab
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ if [ $1 -ge 2 ]; then
|
|||
if [ -e /usr/local/vesta/upd/add_fwd_only.sh ]; then
|
||||
/usr/local/vesta/upd/add_fwd_only.sh
|
||||
fi
|
||||
if [ -e /usr/local/vesta/fix_vesta_ssl_permissions.sh ]; then
|
||||
if [ -e /usr/local/vesta/upd/fix_vesta_ssl_permissions.sh ]; then
|
||||
/usr/local/vesta/upd/fix_vesta_ssl_permissions.sh
|
||||
fi
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue