From 588102694e449b380630eeb2dade583a52f5743f Mon Sep 17 00:00:00 2001 From: alex Date: Sun, 24 Aug 2025 20:45:21 +0500 Subject: [PATCH] wip --- galias-d.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/galias-d.sh b/galias-d.sh index 91ea0da..5cdbe93 100644 --- a/galias-d.sh +++ b/galias-d.sh @@ -43,7 +43,7 @@ fi check_apt # Попробовать склонировать репозиторий TALIAS_DIR="$HOME/.talias" -if [ git clone ssh://git@g.torshes.ru:57322/alex/talias.git $TALIAS_DIR ]; then +if [ $(git clone ssh://git@g.torshes.ru:57322/alex/talias.git $TALIAS_DIR) ]; then echo ERROR return 1 fi