Skip to content

Commit e986e48

Browse files
author
Serghey Rodin
committed
added missing ;
1 parent 5b834dc commit e986e48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

upd/fix_nginx_auth.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
source /etc/profile.d/vesta.sh
44
source /usr/local/vesta/conf/vesta.conf
55

6-
sed -i "s|web/%domain%/stats/auth.*|conf/web/%domain%.auth|" \
6+
sed -i "s|web/%domain%/stats/auth.*|conf/web/%domain%.auth;|" \
77
$VESTA/data/templates/web/nginx/*/*tpl >/dev/null 2>&1
88

99
if [ "$WEB_SYSTEM" != 'nginx' ]; then

0 commit comments

Comments
 (0)