add follow symlinks for sshfs so softlinks work correctly

master
David Kebler 2023-06-21 07:46:13 -07:00
parent a0f44558fa
commit 902a73081d
1 changed files with 2 additions and 0 deletions

View File

@ -91,6 +91,8 @@ function smount() {
MNTUSER=""
fi
opts+=" -o follow_symlinks"
cmd="sshfs $host:$dir $MNT $opts"
echo $cmd
eval $cmd