Skip to content

Commit 4836872

Browse files
committed
fix vesta ssl permissions
1 parent 9409af3 commit 4836872

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rpm/specs/vesta.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ if [ $1 -ge 2 ]; then
4040
if [ -e /usr/local/vesta/upd/add_fwd_only.sh ]; then
4141
/usr/local/vesta/upd/add_fwd_only.sh
4242
fi
43-
if [ -e /usr/local/vesta/fix_vesta_ssl_permissions.sh ]; then
43+
if [ -e /usr/local/vesta/upd/fix_vesta_ssl_permissions.sh ]; then
4444
/usr/local/vesta/upd/fix_vesta_ssl_permissions.sh
4545
fi
4646
fi

0 commit comments

Comments
 (0)