This commit is contained in:
Bob Mottram 2015-09-29 19:52:43 +01:00
parent 1471438ae0
commit 6b3ffcc050
1 changed files with 1 additions and 1 deletions

View File

@ -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