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 6
and
Version 7
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, 3:34:29 PM (
3 years
ago)
Author:
chris
Comment:
--
Legend:
Unmodified
Added
Removed
Modified
SshfsMnt
v6
v7
42
42
43
43
# check if the mount point exists and if not create it
44
if [[ ! -d "$MOUNT_POINT/$SERVER"
]]; then
44
if [[ ! -d "$MOUNT_POINT/$SERVER"
]]; then
45
45
echo "Creating $MOUNT_POINT/$SERVER"
46
46
mkdir "$MOUNT_POINT/$SERVER"