Skip to content

Commit

Permalink
Ping url is now quiet (no wget output)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin39 committed May 16, 2020
1 parent 7673edf commit 3b4d952
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rclone_jobber.sh
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ if [ "$exit_code" -eq 0 ]; then #if no errors
send_to_log "$confirmation"
send_to_log ""
if [ ! -z "$monitoring_URL" ]; then
wget $monitoring_URL -O /dev/null
wget --quiet $monitoring_URL -O /dev/null
fi
exit 0
else
Expand Down

0 comments on commit 3b4d952

Please sign in to comment.