Space
This commit is contained in:
parent
1471438ae0
commit
6b3ffcc050
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue