💥 fix(update-repo.sh): duplicate wallpapers dir
This commit is contained in:
+1
-1
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user