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