Skip to content

Commit 088664b

Browse files
committed
fwd_only rpm trigger
1 parent cf05cee commit 088664b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/rpm/specs/vesta.spec

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ if [ $1 -ge 2 ]; then
3737
if [ -e /usr/local/vesta/upd/convert_webip.sh ]; then
3838
/usr/local/vesta/upd/convert_webip.sh
3939
fi
40+
if [ -e /usr/local/vesta/upd/add_fwd_only.sh ]; then
41+
/usr/local/vesta/upd/add_fwd_only.sh
42+
fi
4043
fi
4144

4245
%files

0 commit comments

Comments
 (0)