]> gitweb.morketsmerke.org Git - idle.git/commitdiff
Poprawienie błedu uniemożliwiającego uruchomienie powłoki przez skrypt odbioru CLI...
authorxf0r3m <jakubstasinski@protonmail.com>
Tue, 8 Aug 2023 06:43:42 +0000 (08:43 +0200)
committerxf0r3m <jakubstasinski@protonmail.com>
Tue, 8 Aug 2023 06:43:42 +0000 (08:43 +0200)
idle-clis

index 562ad483e0fa280416de2b774e140503e1dd460e..b2d8274333c8a0fa14f955093bafbd964423b305 100755 (executable)
--- 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 $@;