Changes between Version 15 and Version 16 of SshfsMnt
- Timestamp:
- Oct 14, 2015, 2:40:21 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SshfsMnt
v15 v16 72 72 fi 73 73 74 # check i s the file system appears to already bemounted74 # check if the file system is mounted 75 75 DF=$(df | awk -F' ' '{ print $6 }' | grep "$MOUNT/$SERVER") 76 76 if [[ $DF ]]; then … … 145 145 fi 146 146 147 # check if the file system appears to already bemounted147 # check if the file system is mounted 148 148 DF=$(df | awk -F' ' '{ print $6 }' | grep -w "$MOUNT/$SERVER") 149 149 if [[ $DF ]]; then