mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-21 13:54:26 -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
|
if [ -e /usr/local/vesta/upd/add_fwd_only.sh ]; then
|
||||||
/usr/local/vesta/upd/add_fwd_only.sh
|
/usr/local/vesta/upd/add_fwd_only.sh
|
||||||
fi
|
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
|
/usr/local/vesta/upd/fix_vesta_ssl_permissions.sh
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue