Skip to content
Snippets Groups Projects
Unverified Commit 46a69a33 authored by Bob Mottram's avatar Bob Mottram
Browse files

Desktop not installed when ipfs is initialised

parent 7f24df29
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment