Copy trifa image
This commit is contained in:
parent
3b7ad6b406
commit
bc61630278
|
@ -292,6 +292,9 @@ function mesh_create_app_downloads_page {
|
|||
if [ ! -f /var/www/html/images/ssb.png ]; then
|
||||
cp /root/$PROJECT_NAME/img/icon_patchwork.png /var/www/html/images/ssb.png
|
||||
fi
|
||||
if [ ! -f /var/www/html/images/trifa.png ]; then
|
||||
cp /root/$PROJECT_NAME/img/trifa.png /var/www/html/images/trifa.png
|
||||
fi
|
||||
if [ ! -f /var/www/html/freedombone.css ]; then
|
||||
cp /root/$PROJECT_NAME/website/freedombone.css /var/www/html/freedombone.css
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue