From 1681799462ebaa51f26776a2a69355deae4ddd77 Mon Sep 17 00:00:00 2001 From: Anton Volnuhin Date: Fri, 17 May 2024 23:33:14 +0300 Subject: [PATCH] create .ssh if not already exist --- run_onchange_before_install_main_deps.sh.tmpl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/run_onchange_before_install_main_deps.sh.tmpl b/run_onchange_before_install_main_deps.sh.tmpl index 39986cc..ea65b26 100644 --- a/run_onchange_before_install_main_deps.sh.tmpl +++ b/run_onchange_before_install_main_deps.sh.tmpl @@ -5,6 +5,9 @@ USER=$(whoami) Green='\033[0;32m' # Green NC='\033[0m' # No Color +cd +mkdir .ssh + echo -e "