From b0716a7348e4c0f4f03e5694405fd74c4020d959 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 19 Jul 2024 11:15:22 -0300 Subject: Fix: chrome syncing workflow improvements --- firefox-chrome-sync | 1 + 1 file changed, 1 insertion(+) (limited to 'firefox-chrome-sync') diff --git a/firefox-chrome-sync b/firefox-chrome-sync index f7ee418..c519b43 100755 --- a/firefox-chrome-sync +++ b/firefox-chrome-sync @@ -14,5 +14,6 @@ cd $PROFILES # Dispatch for profile in *; do + echo "Syncing $profile..." rsync -av --delete $BASEDIR/chrome/ $profile/chrome/ done -- cgit v1.2.3