Skip to content

Commit 4fe57e1

Browse files
Allowing root; otherwise loop-over-sshfs fails
1 parent 80a3bd6 commit 4fe57e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cd-ssh

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ else
99
fi
1010

1111
function cd_sshfs_mount {
12-
cd_mount "sshfs -o follow_symlinks" "$@"
12+
cd_mount "sshfs -o follow_symlinks,allow_root" "$@"
1313
}
1414

1515
function cd_sshfs_umount {

0 commit comments

Comments
 (0)