Skip to content

Commit ab21955

Browse files
committed
disable node log for uploader
1 parent ee622e1 commit ab21955

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
@@ -17,4 +17,4 @@ if [ $GZIP ]; then
1717
fi
1818

1919
#uploader server filepath token id
20-
$UPLOADER $1 $TARGET_PATH $3 $4
20+
ENABLE_NODE_LOG=NO $UPLOADER $1 $TARGET_PATH $3 $4

0 commit comments

Comments
 (0)