Changes between Version 2 and Version 3 of SshfsMnt


Ignore:
Timestamp:
Jul 23, 2015, 1:58:27 PM (3 years ago)
Author:
chris
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SshfsMnt

    v2 v3  
    4343fi
    4444
    45 # check is the file system appears to already be mounted
     45# check if the file system appears to already be mounted
    4646DF=$(df | awk -F' ' '{ print $6 }' | grep "$MOUNT_POINT/$SERVER")
    4747if [[ $DF ]]; then