Search:
Login
Preferences
Help/Guide
About Trac
Wiki
Timeline
Roadmap
View Tickets
Search
Management
Context Navigation
←
Previous Change
Wiki History
Next Change
→
Changes between
Version 2
and
Version 3
of
SshfsMnt
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
Jul 23, 2015, 1:58:27 PM (
3 years
ago)
Author:
chris
Comment:
--
Legend:
Unmodified
Added
Removed
Modified
SshfsMnt
v2
v3
43
43
fi
44
44
45
# check i
s
the file system appears to already be mounted
45
# check i
f
the file system appears to already be mounted
46
46
DF=$(df | awk -F' ' '{ print $6 }' | grep "$MOUNT_POINT/$SERVER")
47
47
if [[ $DF ]]; then