Changes between Version 6 and Version 7 of SshfsMnt


Ignore:
Timestamp:
Jul 23, 2015, 3:34:29 PM (3 years ago)
Author:
chris
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SshfsMnt

    v6 v7  
    4242
    4343# check if the mount point exists and if not create it
    44 if [[ ! -d "$MOUNT_POINT/$SERVER"]]; then
     44if [[ ! -d "$MOUNT_POINT/$SERVER" ]]; then
    4545  echo "Creating $MOUNT_POINT/$SERVER"
    4646  mkdir "$MOUNT_POINT/$SERVER"