diff options
author | Marc Coquand <marc@mccd.space> | 2024-11-28 10:58:24 +0200 |
---|---|---|
committer | Marc Coquand <marc@mccd.space> | 2024-11-28 10:58:24 +0200 |
commit | cb4ffe132db3051ad1789b8e0f9e4884ff9a7273 (patch) | |
tree | e41f5ba6a37f3040deeeda06ec7858d85b04d8c6 /home/dots/.local/bin | |
parent | 44b57fd1c8b630ec213c90702b53a3d5cb9b3499 (diff) | |
download | guix-cb4ffe132db3051ad1789b8e0f9e4884ff9a7273.tar.gz guix-cb4ffe132db3051ad1789b8e0f9e4884ff9a7273.tar.bz2 guix-cb4ffe132db3051ad1789b8e0f9e4884ff9a7273.zip |
updates
Diffstat (limited to 'home/dots/.local/bin')
-rwxr-xr-x | home/dots/.local/bin/org-sync | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/dots/.local/bin/org-sync b/home/dots/.local/bin/org-sync index 674dfed..bd87a10 100755 --- a/home/dots/.local/bin/org-sync +++ b/home/dots/.local/bin/org-sync @@ -6,5 +6,5 @@ if $(echo $IS_CONNECTED | grep -q "disconnected") then echo "System is not connected to Wifi. Will not sync"; else - ~/go/bin/rclone bisync storage:personal-db ~/personal-db; + ~/go/bin/rclone sync ~/personal-db storage:personal-db; fi |