Bob Mottram 9 vuotta sitten
vanhempi
commit
6b3ffcc050
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1
    1
      src/freedombone

+ 1
- 1
src/freedombone Näytä tiedosto

@@ -10369,7 +10369,7 @@ function install_ipfs {
10369 10369
       chown $MY_USERNAME:$MY_USERNAME /ipns
10370 10370
   fi
10371 10371
 
10372
-  if [-f /etc/fuse.conf ]; then
10372
+  if [ -f /etc/fuse.conf ]; then
10373 10373
       chown $MY_USERNAME:$MY_USERNAME /etc/fuse.conf
10374 10374
   fi
10375 10375
   if [ -f /dev/fuse ]; then