mirror of
https://github.com/myvesta/vesta
synced 2025-07-29 19:19:29 -07:00
changes update trigger to install trigger
This commit is contained in:
parent
0cf3f4db7c
commit
1c928dbcf8
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ install -d %{buildroot}%{_vestadir}
|
||||||
rm -rf %{buildroot}
|
rm -rf %{buildroot}
|
||||||
|
|
||||||
%post
|
%post
|
||||||
if [ $1 -ge 2 ]; then
|
if [ $1 -eq 1 ]; then
|
||||||
if [ -e /usr/local/vesta/ioncube/add_ioncube.sh ]; then
|
if [ -e /usr/local/vesta/ioncube/add_ioncube.sh ]; then
|
||||||
/usr/local/vesta/ioncube/add_ioncube.sh
|
/usr/local/vesta/ioncube/add_ioncube.sh
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue