From 495a140805d6679c08f2ebd045c75024bfe16180 Mon Sep 17 00:00:00 2001 From: Hyperling Date: Mon, 13 Apr 2026 19:13:06 -0700 Subject: [PATCH] Fix the newline to be after the output. --- rc_shared.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rc_shared.sh b/rc_shared.sh index e0055bf..6cce55f 100644 --- a/rc_shared.sh +++ b/rc_shared.sh @@ -175,7 +175,7 @@ function sync-all { echo "- $dir" done - echo -e "`date` - \nDone." + echo -e "`date` - Done.\n" } function sync-all-loop { while true; do