From ce275d86a4caed8af1f3ff4ae290acc189958605 Mon Sep 17 00:00:00 2001 From: 2Shirt <2xShirt@gmail.com> Date: Thu, 16 May 2019 14:14:41 -0600 Subject: [PATCH] Fixed mount-backup-shares --- .bin/Scripts/mount-backup-shares | 3 --- 1 file changed, 3 deletions(-) diff --git a/.bin/Scripts/mount-backup-shares b/.bin/Scripts/mount-backup-shares index 6a1e88d7..0d8b7fd3 100755 --- a/.bin/Scripts/mount-backup-shares +++ b/.bin/Scripts/mount-backup-shares @@ -16,9 +16,6 @@ if __name__ == '__main__': # Prep clear_screen() - # Connect - connect_to_network() - # Mount if is_connected(): mount_backup_shares(read_write=True)