aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2024-05-02 08:52:18 +0200
committerlonkaars <loek@pipeframe.xyz>2024-05-02 08:52:18 +0200
commita8895c8e1b683a575de0a6786a7cad9d9750fb49 (patch)
tree6f0415f7940b91348db1469b85b82449be93811e
parent6659d40b2b00c18b42980f71643c343c0b5f42f2 (diff)
add missing exit
-rwxr-xr-xbulk-audio/get1
1 files changed, 1 insertions, 0 deletions
diff --git a/bulk-audio/get b/bulk-audio/get
index 3a3305b..5a0b3c4 100755
--- a/bulk-audio/get
+++ b/bulk-audio/get
@@ -27,6 +27,7 @@ lp101() {
curl -X HEAD -iso - "$URL" | awk '/^Content-length:/ { exit $2 == 52288 }'
[ $? -ne 0 ] && return
curl -sLo - "$URL"
+ exit 0
}
lp101_alt() {