Skip to content

Commit

Permalink
Change timeout values
Browse files Browse the repository at this point in the history
  • Loading branch information
Dennis14e authored Dec 5, 2023
1 parent 35f9653 commit 0525043
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dl-pfclient.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ case `uname -m` in
esac

# Download file
wget -T 10 -t 5 -O /tmp/pfclient.tar.gz "$archive_url"
wget -T 120 -t 10 -O /tmp/pfclient.tar.gz "$archive_url"
if [ $? -ne 0 ]
then
>&2 echo "Download failed"
Expand Down

0 comments on commit 0525043

Please sign in to comment.