Retire the riot logo

This commit is contained in:
Bob Mottram 2018-02-06 15:42:17 +00:00
parent d29959d363
commit 17395a0b3c
2 changed files with 0 additions and 9 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 36 KiB

View File

@ -155,15 +155,6 @@ function riot_download {
fi
cp -r $INSTALL_DIR/${RIOT_FILENAME}/* /var/www/$RIOT_DOMAIN_NAME/htdocs
# customize the login image
if [ -f ~/freedombone/img/logo_riot.png ]; then
cp ~/freedombone/img/logo_riot.png /var/www/$RIOT_DOMAIN_NAME/htdocs/img/logo.png
else
if [ -f /home/$MY_USERNAME/freedombone/img/logo_riot.png ]; then
cp /home/$MY_USERNAME/freedombone/img/logo_riot.png /var/www/$RIOT_DOMAIN_NAME/htdocs/img/logo.png
fi
fi
chown -R www-data:www-data /var/www/$RIOT_DOMAIN_NAME/htdocs
}