From c464d1efc0f76338a30b26cdf1eab055c1aa79e2 Mon Sep 17 00:00:00 2001 From: fritz-smh Date: Mon, 21 Mar 2016 20:23:27 +0100 Subject: [PATCH] add ps result in logs after startup --- sd/test/equip_test.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sd/test/equip_test.sh b/sd/test/equip_test.sh index 2cda336..4a4afc6 100644 --- a/sd/test/equip_test.sh +++ b/sd/test/equip_test.sh @@ -298,6 +298,8 @@ rm /home/hd1/FSCK* ### Final led color led $(get_config LED_WHEN_READY) +log "Processes after startup :" +ps >> ${LOG_FILE} ### to make sure log are written...