Skip to content

Commit e762545

Browse files
committed
fix: redirect output to null device
1 parent dd79c59 commit e762545

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

main.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ login() {
112112
-H 'Cache-Control: no-cache' \
113113
-H 'TE: trailers' \
114114
--data-raw "goto=newest&acct=${USERNAME}&pw=${PASSWORD}" \
115+
-o /dev/null \
115116
-v
116117
}
117118
submit() {
@@ -155,6 +156,7 @@ submit() {
155156
--data-urlencode "fnop=$fnop" \
156157
--data-urlencode "title=$TITLE" \
157158
--data-urlencode "url=$URL" \
159+
-o /dev/null \
158160
-v
159161

160162
}

0 commit comments

Comments
 (0)