Browse Source

Desktop not installed when ipfs is initialised

Bob Mottram 8 years ago
parent
commit
46a69a33e2
No account linked to committer's email
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/freedombone-app-blogstatic

+ 1
- 1
src/freedombone-app-blogstatic View File

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