diff --git a/src/freedombone b/src/freedombone index dc8560d8..5b0932fa 100755 --- a/src/freedombone +++ b/src/freedombone @@ -10369,7 +10369,7 @@ function install_ipfs { chown $MY_USERNAME:$MY_USERNAME /ipns fi - if [-f /etc/fuse.conf ]; then + if [ -f /etc/fuse.conf ]; then chown $MY_USERNAME:$MY_USERNAME /etc/fuse.conf fi if [ -f /dev/fuse ]; then