summaryrefslogtreecommitdiff
path: root/home/dots/.local/bin/org-sync
diff options
context:
space:
mode:
authorMarc Coquand <marc@mccd.space>2024-11-05 13:35:24 +0200
committerMarc Coquand <marc@mccd.space>2024-11-05 13:35:24 +0200
commit6e96f270a94317621f716170e5b9bed1cd3d5e9a (patch)
treec31d85151bc6a6423d8223877b32474e76adc0dc /home/dots/.local/bin/org-sync
parent59d76da5cfb16e29b54802b475dc8c98079ccfda (diff)
downloadguix-6e96f270a94317621f716170e5b9bed1cd3d5e9a.tar.gz
guix-6e96f270a94317621f716170e5b9bed1cd3d5e9a.tar.bz2
guix-6e96f270a94317621f716170e5b9bed1cd3d5e9a.zip
.
Diffstat (limited to 'home/dots/.local/bin/org-sync')
-rwxr-xr-xhome/dots/.local/bin/org-sync1
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