Fix ask favicon. Ticket 4233

This commit is contained in:
Kevin Fenzi 2014-02-15 18:49:32 +00:00
parent 3df290581e
commit 3c4b6f911c
2 changed files with 3 additions and 5 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

View file

@ -156,16 +156,14 @@
- restart httpd - restart httpd
# #
# fedora openid icon for login screen # fedora favicon
# #
- name: HOTFIX askbot fedora-openid.png - name: askbot favicon
copy: > copy: >
src=fedora-openid.png dest=/var/www/html/askbot/static/default/media/jquery-openid/images/fedora-openid.png src=ask_favicon.ico dest=/var/lib/askbot/upfiles/ask/ask_favicon.ico
owner=root group=root mode=0644 owner=root group=root mode=0644
tags: tags:
- files - files
notify:
- restart httpd
# #
# fixes login with facebook. # fixes login with facebook.