From e986e48baf3db4f8ef8c8518bc19044ebf6cf060 Mon Sep 17 00:00:00 2001 From: Serghey Rodin Date: Tue, 2 Jan 2018 11:52:57 +0200 Subject: [PATCH] added missing ; --- upd/fix_nginx_auth.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/upd/fix_nginx_auth.sh b/upd/fix_nginx_auth.sh index 5bed57905..2579e693f 100755 --- a/upd/fix_nginx_auth.sh +++ b/upd/fix_nginx_auth.sh @@ -3,7 +3,7 @@ source /etc/profile.d/vesta.sh 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 if [ "$WEB_SYSTEM" != 'nginx' ]; then