mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-21 05:44:07 -07:00
fixing rpm triggers
This commit is contained in:
parent
1099bf0051
commit
fe30104185
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ if [ $1 -ge 2 ]; then
|
||||||
if [ -e /usr/local/vesta/upd/add_firewall.sh ]; then
|
if [ -e /usr/local/vesta/upd/add_firewall.sh ]; then
|
||||||
/usr/local/vesta/upd/add_firewall.sh
|
/usr/local/vesta/upd/add_firewall.sh
|
||||||
fi
|
fi
|
||||||
|
fi
|
||||||
%files
|
%files
|
||||||
%{_vestadir}
|
%{_vestadir}
|
||||||
%config(noreplace) %{_vestadir}/web/images/logo.png
|
%config(noreplace) %{_vestadir}/web/images/logo.png
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue