💥 fix(update-repo.sh): duplicate wallpapers dir

This commit is contained in:
retrozinndev
2024-10-06 09:51:21 -03:00
parent 43c201f9ab
commit cda40965c6
+1 -1
View File
@@ -77,7 +77,7 @@ Update_local() {
if [[ -d "$WALLPAPERS_DIR" ]]; then if [[ -d "$WALLPAPERS_DIR" ]]; then
Send_log "info" "Copying wallpapers" Send_log "info" "Copying wallpapers"
cp -r $WALLPAPERS_DIR ./wallpapers/ cp -rf $WALLPAPERS_DIR/* ./wallpapers
fi fi
printf "\nDone updating local repo!\n" printf "\nDone updating local repo!\n"