Changes between Version 15 and Version 16 of SshfsMnt


Ignore:
Timestamp:
Oct 14, 2015, 2:40:21 PM (3 years ago)
Author:
chris
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SshfsMnt

    v15 v16  
    7272fi
    7373
    74 # check is the file system appears to already be mounted
     74# check if the file system is mounted
    7575DF=$(df | awk -F' ' '{ print $6 }' | grep "$MOUNT/$SERVER")
    7676if [[ $DF ]]; then
     
    145145fi
    146146 
    147 # check if the file system appears to already be mounted
     147# check if the file system is mounted
    148148DF=$(df | awk -F' ' '{ print $6 }' | grep -w "$MOUNT/$SERVER")
    149149if [[ $DF ]]; then