From 6a805e122bdd418e08a0853a365416e63c904b9f Mon Sep 17 00:00:00 2001 From: ShaneTheAwesome Date: Sun, 24 Nov 2019 14:21:10 +0400 Subject: [PATCH] Squash nother stupid update log bug --- update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update.sh b/update.sh index d9f389e..86fcf99 100755 --- a/update.sh +++ b/update.sh @@ -136,7 +136,7 @@ for object in $(echo "$stuff_download" | awk '{ print $1 }'); do echo " ---- Downloading $objecturl"; wget -q --show-progress "$objecturl" -O "$objectfile" || { echo "ERROR: $object failed to download"; continue; } [ -f "$objectfile" ] || { echo "ERROR: $object failed to download"; continue; } - echo "NAME: $objectname, FILE: $object, URL: $objecturl;" > "$objectlog"; + echo "NAME: $objectname, FILE: $object, URL: $objecturl;" > "$updatelog"; ;; esac; mkdir -p "$resdldir/$(dirname "$object")";