sshfs-mapper: Another fix for symlinks in configuration.
git-svn-id: https://websvn.glenux.net/svn/Upoc/sshfs-mapper/trunk@1397 eaee96b3-f302-0410-b096-c6cfd47f7835
This commit is contained in:
parent
c279f0ac7f
commit
22ee9721fb
1 changed files with 1 additions and 1 deletions
|
@ -165,7 +165,7 @@ is_mounted() {
|
||||||
return $?
|
return $?
|
||||||
}
|
}
|
||||||
|
|
||||||
for map_file in `find "$SSHFS_DIR" -type f -name '*.map' `; do
|
for map_file in `find "$SSHFS_DIR" -follow -type f -name '*.map' `; do
|
||||||
if [ $SSHFS_HOST_LIST -eq 1 ]; then
|
if [ $SSHFS_HOST_LIST -eq 1 ]; then
|
||||||
basename `echo ${map_file} | sed 's/.map$//'`
|
basename `echo ${map_file} | sed 's/.map$//'`
|
||||||
continue
|
continue
|
||||||
|
|
Loading…
Reference in a new issue