if mountpoint -q "/files"; then
:
else
- sshfs -o reconnect,ServerAliveInterval=15,ServerAliveCountMax=3 -P -o uid=33 -o gid=33 -o allow_other fluidbook@docs.toolbox.fluidbook.com:/data /files -p 7552
+ sshfs -o reconnect,ServerAliveInterval=15,ServerAliveCountMax=3 -p 7552 -o uid=33 -o gid=33 -o allow_other fluidbook@docs.toolbox.fluidbook.com:/data /files
fi
mkdir -p /usfiles
if mountpoint -q "/application/protected/fluidbookpublication/docs"; then
:
else
- sshfs -o reconnect,ServerAliveInterval=15,ServerAliveCountMax=3 -P -o uid=33 -o gid=33 -o allow_other fluidbook@docs.toolbox.fluidbook.com:/data /application/protected/fluidbookpublication/docs -p 7552
+ sshfs -o reconnect,ServerAliveInterval=15,ServerAliveCountMax=3 -p 7552 -o uid=33 -o gid=33 -o allow_other fluidbook@docs.toolbox.fluidbook.com:/data /application/protected/fluidbookpublication/docs
fi
mkdir -p /application/protected/fluidbookpublication/cache/pdffiles