Desktop not installed when ipfs is initialised

This commit is contained in:
Bob Mottram 2016-09-08 13:30:40 +01:00
parent 7f24df29d3
commit 46a69a33e2
No known key found for this signature in database
GPG Key ID: 0452CC7CEA982E38
1 changed files with 1 additions and 1 deletions

View File

@ -167,7 +167,7 @@ function create_pelican_publish_conf {
}
function mesh_install_blogstatic {
if [ ! -d $rootdir/home/$MY_USERNAME/Desktop ]; then
if [[ $VARIANT != "meshclient" && $VARIANT != "meshusb" && $VARIANT != "usb" ]]; then
return
fi