Skip to content

Commit 1c928db

Browse files
author
Serghey Rodin
committed
changes update trigger to install trigger
1 parent 0cf3f4d commit 1c928db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rpm/specs/vesta-ioncube.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ install -d %{buildroot}%{_vestadir}
2929
rm -rf %{buildroot}
3030

3131
%post
32-
if [ $1 -ge 2 ]; then
32+
if [ $1 -eq 1 ]; then
3333
if [ -e /usr/local/vesta/ioncube/add_ioncube.sh ]; then
3434
/usr/local/vesta/ioncube/add_ioncube.sh
3535
fi

0 commit comments

Comments
 (0)