From 9e6b5ac1dc552f43c51baf1c405f978b5a069cbf Mon Sep 17 00:00:00 2001 From: Eduardo DAVILA Date: Tue, 27 Oct 2020 15:08:33 +0100 Subject: [PATCH] ssh-add --- Linux/scripts/CreaTools-GenerateBinTGZ.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Linux/scripts/CreaTools-GenerateBinTGZ.sh b/Linux/scripts/CreaTools-GenerateBinTGZ.sh index 1dc5f73..1e1b116 100644 --- a/Linux/scripts/CreaTools-GenerateBinTGZ.sh +++ b/Linux/scripts/CreaTools-GenerateBinTGZ.sh @@ -37,6 +37,11 @@ if [ -e $generationdir ] then +#--------Active SSH agent to the next operations--------------------------------------------------------- + echo "Active SSH agent to copy files to the Cluster:" + ssh-add + + #--------CreaTools-Bin for Package developers--------------------------------------------------------- echo generationdir: -- 2.47.1