Skip to content

Commit fa61176

Browse files
committed
add -x bash option for debugging
1 parent 3ddad0c commit fa61176

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/download.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/bin/bash -x
22

33
urisize=$(curl -s -L --head "$PT_source" | sed -n 's/Content-Length: \([0-9]\+\)/\1/p' | tr -d '\012\015')
44
filesize=$(stat -c%s "$PT_path" 2>/dev/null)

0 commit comments

Comments
 (0)