Fix the newline to be after the output.

This commit is contained in:
2026-04-13 19:13:06 -07:00
parent 9d609568f7
commit 495a140805

View File

@@ -175,7 +175,7 @@ function sync-all {
echo "- $dir" echo "- $dir"
done done
echo -e "`date` - \nDone." echo -e "`date` - Done.\n"
} }
function sync-all-loop { function sync-all-loop {
while true; do while true; do