]> gitweb.morketsmerke.org Git - idle.git/commitdiff
Usunięcie polecenia 'exit 1', powodującego nieoczekiwane zakończenie połaczenia z...
authorxf0r3m <jakubstasinski@protonmail.com>
Wed, 9 Aug 2023 16:05:16 +0000 (18:05 +0200)
committerxf0r3m <jakubstasinski@protonmail.com>
Wed, 9 Aug 2023 16:05:16 +0000 (18:05 +0200)
idle.sh

diff --git a/idle.sh b/idle.sh
index da590503d776ab673bce4b6c0f58867d015ee4df..e4324bbee183c4c9dbab77cf9713082b0b805a64 100644 (file)
--- a/idle.sh
+++ b/idle.sh
@@ -60,7 +60,6 @@ function idle-get-container-name-list() {
 function idle-list-containers() {
   if ! lxc profile show default | grep -q 'idle'; then
     echo -e "${RED}LXD isn't initialized. You must run 'idle-lxd-init' firs${ENDCOLOR}";
-    exit 1;
   else
     containerNameList=$(idle-get-container-name-list --all);
     for container in $containerNameList; do