From f83ff55d5f6722efab9804d673ac786dc50e02fc Mon Sep 17 00:00:00 2001 From: xf0r3m Date: Tue, 8 Aug 2023 08:43:42 +0200 Subject: [PATCH] =?utf8?q?Poprawienie=20b=C5=82edu=20uniemo=C5=BCliwiaj?= =?utf8?q?=C4=85cego=20uruchomienie=20pow=C5=82oki=20przez=20skrypt=20odbi?= =?utf8?q?oru=20CLI=20-=20idle-clis?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- idle-clis | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/idle-clis b/idle-clis index 562ad48..b2d8274 100755 --- a/idle-clis +++ b/idle-clis @@ -42,7 +42,7 @@ if [ $# -gt 0 ]; then shift; case $command in "list-distros") idle-list-containers; break;; - "shell") idle-exec-shell $2; exit;; + "shell") idle-exec-shell $1; exit;; "check-command") containerName=$1; doInContainers $containerName ckcmd $@; -- 2.39.5