if mountpoint -q "/mnt/hosting"; then
:
else
+ echo "mount /mnt/hosting"
umount -l -q /mnt/hosting
sshfs -o reconnect,ServerAliveInterval=15,ServerAliveCountMax=3 -o uid=1001 -o gid=33 -o allow_other fluidbook@godzilla.cubedesigners.com:/data/fluidbook/hosting /mnt/hosting
fi
if mountpoint -q "/mnt/hosting2"; then
:
else
+ echo "mount /mnt/hosting2"
umount -l -q /mnt/hosting2
sshfs -o reconnect,ServerAliveInterval=15,ServerAliveCountMax=3 -o uid=1001 -o gid=33 -o allow_other fluidbook@godzilla.cubedesigners.com:/data/fluidbook/hosting2 /mnt/hosting2
fi
if mountpoint -q "/application/usstorage"; then
:
else
+ echo "mount /application/usstorage"
umount -l -q /application/usstorage
- sshfs -o reconnect,ServerAliveInterval=15,ServerAliveCountMax=3 -o cache=no -o uid=1001 -o gid=33 fluidbook@kingkong.cubedesigners.com:/home/fluidbook/data /application/usstorage
+ sshfs -o reconnect,ServerAliveInterval=15,ServerAliveCountMax=3 -o cache=no -o uid=1001 -o gid=33 -o allow_other fluidbook@kingkong.cubedesigners.com:/home/fluidbook/data /application/usstorage
fi
mkdir -p /application/protected/fluidbookpublication/docs
if mountpoint -q "/application/protected/fluidbookpublication/docs"; then
:
else
+ echo "mount /application/protected/fluidbookpublication/docs"
umount -l -q /application/protected/fluidbookpublication/docs
sshfs -o reconnect,ServerAliveInterval=15,ServerAliveCountMax=3 -o cache=no -o uid=1001 -o gid=33 -o allow_other root@dracula.cubedesigners.com:/data/fluidbook/docs /application/protected/fluidbookpublication/docs
fi
if mountpoint -q "/mnt/sign"; then
:
else
+ echo "mount /mnt/sign"
umount -l -q /mnt/sign
sshfs -o reconnect,ServerAliveInterval=15,ServerAliveCountMax=3 -o cache=no -o uid=1001 -o gid=33 -o allow_other vince@192.168.10.176:C:/Sign/ /mnt/sign
fi
if mountpoint -q "/mnt/macossign2"; then
:
else
+ echo "mount /mnt/macossign2"
umount -l -q /mnt/macossign2
sshfs -o reconnect,ServerAliveInterval=15,ServerAliveCountMax=3 -o cache=no -o uid=1001 -o gid=33 -o allow_other macossign@192.168.10.102:/Users/macossign/Documents/Sign /mnt/macossign2
fi
if mountpoint -q "/mnt/macossign"; then
:
else
+ echo "mount /mnt/macossign"
umount -l -q /mnt/macossign
sshfs -o reconnect,ServerAliveInterval=15,ServerAliveCountMax=3 -o cache=no -o uid=1001 -o gid=33 -o allow_other vincent@192.168.10.32:/Users/vincent/Sign /mnt/macossign
fi