Skip to content

Commit 1eaf3d1

Browse files
committed
fix uploader
1 parent e9adf42 commit 1eaf3d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

upload_file

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ fi
2121
UPLOADER=`pwd`/uploader.js
2222

2323
#uploader server filepath token id
24-
$NODE UPLOADER $1 $TARGET_PATH $3 $4
24+
$NODE "$UPLOADER" $1 $TARGET_PATH $3 $4

0 commit comments

Comments
 (0)