From 17edfe2dc3dd4afbf2e1272da0f9dc1ad6f31f2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nathana=C3=ABl=20HANNEBERT?= Date: Mon, 18 Jul 2022 21:55:38 +0200 Subject: [PATCH] chg: stage3 add echos to de debug ci failure --- stage3/00-install-yunohost/00-run.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/stage3/00-install-yunohost/00-run.sh b/stage3/00-install-yunohost/00-run.sh index 493e9b6..ce2d5e9 100755 --- a/stage3/00-install-yunohost/00-run.sh +++ b/stage3/00-install-yunohost/00-run.sh @@ -77,4 +77,8 @@ do sleep 1 done sleep 5 -done \ No newline at end of file +done +echo "last lsof..." +lsof +echo "last ps -ef --forest..." +ps -ef --forest \ No newline at end of file