Skip to content

Commit

Permalink
add --quiet from PR #15 rclone_jobber.sh, wget --quiet
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfv6 committed May 24, 2020
1 parent 5c75973 commit 025c527
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rclone_jobber.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env sh
# rclone_jobber.sh version 1.5.5
# rclone_jobber.sh version 1.5.6
# Tutorial, backup-job examples, and source code at https://github.com/wolfv6/rclone_jobber
# Logging options are headed by "# set log". Details are in the tutorial's "Logging options" section.

Expand Down 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 025c527

Please sign in to comment.