From 85e6f4c1e888af0a1eee9e3a41ac6ca2b108600e Mon Sep 17 00:00:00 2001 From: Petr Hracek Date: Wed, 2 Apr 2025 15:20:16 +0200 Subject: [PATCH] Extend sending logs from 1week->1month --- send_to_paste_bin.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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