Mount backup shares RW from CLI

This commit is contained in:
2Shirt 2018-10-11 14:57:42 -06:00
parent f0179ec962
commit b544787ae6

View file

@ -22,7 +22,7 @@ if __name__ == '__main__':
# Mount # Mount
if is_connected(): if is_connected():
mount_backup_shares() mount_backup_shares(read_write=True)
else: else:
# Couldn't connect # Couldn't connect
print_error('ERROR: No network connectivity.') print_error('ERROR: No network connectivity.')