]> gitweb.morketsmerke.org Git - idle.git/commitdiff
Usunięcie polecenia 'break' z wariantu w konstrukcji 'case' - skrypt odbioru poleceń...
authorxf0r3m <jakubstasinski@protonmail.com>
Wed, 9 Aug 2023 16:02:31 +0000 (18:02 +0200)
committerxf0r3m <jakubstasinski@protonmail.com>
Wed, 9 Aug 2023 16:02:31 +0000 (18:02 +0200)
idle-clis

index 2ae5c4dc09f4b85df80a35377a1c9e0106758e46..bbd39aa2034cb424ea9faa2a76b968f30f2479c1 100755 (executable)
--- a/idle-clis
+++ b/idle-clis
@@ -84,7 +84,7 @@ if [ $# -gt 0 ]; then
   command=$1;
   shift;
   case $command in
-    "list-distros") idle-list-containers; break;;
+    "list-distros") idle-list-containers;;
     "shell") idle-exec-shell $1; exit;;
     "check-command") 
       containerName=$1;