Skip to content

Commit

Permalink
update sshfs_mounter.py
Browse files Browse the repository at this point in the history
  • Loading branch information
talosh committed Jan 4, 2023
1 parent 466bec7 commit eec3490
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions sshfs_mounter.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,7 @@ def get_config_data(config_folder_path):
cmd += '"' + os.path.join(location.get('local_folder'), remote_folder) + '" '
cmd += '-o ' + mount_options
cmd += ' 2>/dev/null'
pprint (cmd)
# os.system(cmd)
os.system(cmd)
except:
pass

Expand Down

0 comments on commit eec3490

Please sign in to comment.