diff --git a/send_to_paste_bin.sh b/send_to_paste_bin.sh index 196f888..7c18272 100755 --- a/send_to_paste_bin.sh +++ b/send_to_paste_bin.sh @@ -2,4 +2,4 @@ set -x -/usr/local/bin/pbincli send --server https://privatebin.corp.redhat.com --expire 1week --no-insecure-warning --no-check-certificate --format plaintext < $1 > $2 2>&1 +/usr/local/bin/pbincli send --server https://privatebin.corp.redhat.com --expire 1month --no-insecure-warning --no-check-certificate --format plaintext < $1 > $2 2>&1