From b77b5944d8653dbf371ee2694aca9eafde0a7d87 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Mon, 8 Jan 2024 01:30:39 +0300 Subject: [PATCH] testing... Signed-off-by: Alex A. Naanou --- nextcloud/make.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nextcloud/make.sh b/nextcloud/make.sh index 7c7a8a4..14060cd 100755 --- a/nextcloud/make.sh +++ b/nextcloud/make.sh @@ -93,7 +93,7 @@ sleep ${TIMEOUT:=5} printf "# TKL setup, this may take a while" while ! $(lxc-attach $ID -- test -e /etc/inithooks.conf) \ - && [[ $(lxc-attach $ID -- cat /etc/inithooks.conf | wc -c) > 2 ]] ; do + || ! [[ $(lxc-attach $ID -- cat /etc/inithooks.conf | wc -c) < 2 ]] ; do printf '.' sleep 2 done