22 lines
386 B
Diff
22 lines
386 B
Diff
From 6a99b637893db19b8ec8279ee51ae9887ccb2a98 Mon Sep 17 00:00:00 2001
|
|
From: rpm-build <rpm-build>
|
|
Date: Thu, 8 Jun 2023 11:20:24 +0800
|
|
Subject: [PATCH] set TMOUT 300
|
|
|
|
---
|
|
profile | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/profile b/profile
|
|
index 542add4..8f086af 100644
|
|
--- a/profile
|
|
+++ b/profile
|
|
@@ -80,3 +80,4 @@ then
|
|
. /etc/bashrc
|
|
fi
|
|
|
|
+export TMOUT=300
|
|
--
|
|
2.33.0
|
|
|