Desktop not installed when ipfs is initialised
This commit is contained in:
parent
7f24df29d3
commit
46a69a33e2
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue