From 1837670a20a5c2172f97201e077d9a84655a0ab1 Mon Sep 17 00:00:00 2001 From: xf0r3m Date: Wed, 9 Aug 2023 18:05:16 +0200 Subject: [PATCH] =?utf8?q?Usuni=C4=99cie=20polecenia=20'exit=201',=20powod?= =?utf8?q?uj=C4=85cego=20nieoczekiwane=20zako=C5=84czenie=20po=C5=82aczeni?= =?utf8?q?a=20z=20serwerem=20po=20wygenerowaniu=20b=C5=82edu=20o=20braku?= =?utf8?q?=20inicjalizacji=20lxd=20-=20funkcja=20'idle-fetch-containers',?= =?utf8?q?=20g=C5=82=C3=B3wny=20skrypt=20funkcji=20-=20idle.sh?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- idle.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/idle.sh b/idle.sh index da59050..e4324bb 100644 --- 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 -- 2.39.5