From cda40965c6708d58c768d2e8677c4ac9372dd55b Mon Sep 17 00:00:00 2001 From: retrozinndev Date: Sun, 6 Oct 2024 09:51:21 -0300 Subject: [PATCH] :boom: fix(update-repo.sh): duplicate wallpapers dir --- update-repo.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update-repo.sh b/update-repo.sh index 81e0362..2581aa1 100644 --- a/update-repo.sh +++ b/update-repo.sh @@ -77,7 +77,7 @@ Update_local() { if [[ -d "$WALLPAPERS_DIR" ]]; then Send_log "info" "Copying wallpapers" - cp -r $WALLPAPERS_DIR ./wallpapers/ + cp -rf $WALLPAPERS_DIR/* ./wallpapers fi printf "\nDone updating local repo!\n"