Mount backup shares RW from CLI
This commit is contained in:
parent
f0179ec962
commit
b544787ae6
1 changed files with 1 additions and 1 deletions
|
|
@ -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.')
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue