mirror of
https://github.com/myvesta/vesta
synced 2025-07-14 00:53:30 -07:00
updating triggers
This commit is contained in:
parent
fb176338de
commit
a1d0945f70
1 changed files with 1 additions and 4 deletions
|
@ -32,14 +32,11 @@ rm -rf %{buildroot}
|
|||
%post
|
||||
if [ $1 -ge 2 ]; then
|
||||
if [ -e /usr/local/vesta/upd/convert-templates.sh ]; then
|
||||
/usr/local/vesta/upd/convert-templates.sh
|
||||
/usr/local/vesta/upd/convert_templates.sh
|
||||
fi
|
||||
if [ -e /usr/local/vesta/upd/convert_webip.sh ]; then
|
||||
/usr/local/vesta/upd/convert_webip.sh
|
||||
fi
|
||||
if [ -e /usr/local/vesta/upd/fix_cron.sh ]; then
|
||||
/usr/local/vesta/upd/fix_cron.sh
|
||||
fi
|
||||
fi
|
||||
|
||||
%files
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue