mirror of
https://github.com/myvesta/vesta
synced 2025-07-05 20:41:53 -07:00
added missing ;
This commit is contained in:
parent
5b834dc8c1
commit
e986e48baf
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
source /etc/profile.d/vesta.sh
|
source /etc/profile.d/vesta.sh
|
||||||
source /usr/local/vesta/conf/vesta.conf
|
source /usr/local/vesta/conf/vesta.conf
|
||||||
|
|
||||||
sed -i "s|web/%domain%/stats/auth.*|conf/web/%domain%.auth|" \
|
sed -i "s|web/%domain%/stats/auth.*|conf/web/%domain%.auth;|" \
|
||||||
$VESTA/data/templates/web/nginx/*/*tpl >/dev/null 2>&1
|
$VESTA/data/templates/web/nginx/*/*tpl >/dev/null 2>&1
|
||||||
|
|
||||||
if [ "$WEB_SYSTEM" != 'nginx' ]; then
|
if [ "$WEB_SYSTEM" != 'nginx' ]; then
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue