diff options
Diffstat (limited to 'home/dots/.local')
-rwxr-xr-x | home/dots/.local/bin/org-sync | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/home/dots/.local/bin/org-sync b/home/dots/.local/bin/org-sync index 22ab2f8..674dfed 100755 --- a/home/dots/.local/bin/org-sync +++ b/home/dots/.local/bin/org-sync @@ -7,5 +7,4 @@ then echo "System is not connected to Wifi. Will not sync"; else ~/go/bin/rclone bisync storage:personal-db ~/personal-db; - echo "Sync complete"; fi |