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 7ff329f commit 1652d88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sshfs_mounter.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ def get_config_data(config_folder_path):
cmd += os.path.join(location.get('remote_folder'), remote_folder) + '" '
cmd += '"' + os.path.join(location.get('local_folder'), remote_folder) + '" '
cmd += '-o ' + mount_options
cmd += ' 2>/dev/null'
# cmd += ' 2>/dev/null'
os.system(cmd)
except:
pass
Expand Down

0 comments on commit 1652d88

Please sign in to comment.