From c564f1289192628d4492a9e99ed3d71f55c22358 Mon Sep 17 00:00:00 2001 From: Alexander Bocken Date: Tue, 2 Jan 2024 13:11:07 +0100 Subject: [PATCH] syncclouds.sh: explain bodge --- .local/bin/syncclouds.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.local/bin/syncclouds.sh b/.local/bin/syncclouds.sh index 12effda..6f68c3f 100755 --- a/.local/bin/syncclouds.sh +++ b/.local/bin/syncclouds.sh @@ -35,7 +35,7 @@ echo "syncclouds.sh: calcurse-caldav" calcurse_pid=$! # Wait for all processes to complete and print a message for each one - +# This does not print in the correct order (meaning first done first printed), but it's good enough wait $vdirsyncer_pid echo "syncclouds.sh: vdirsyncer done"