From 5f3946fb846f6c9c09087989ce381c892c1af856 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 28 Jun 2022 09:48:13 -0400 Subject: [PATCH] iiab-summary: Summary count of `iiab-apps-to-be-installed` --- scripts/iiab-summary | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/iiab-summary b/scripts/iiab-summary index cb1d1c8aa..e0410f18d 100755 --- a/scripts/iiab-summary +++ b/scripts/iiab-summary @@ -57,7 +57,7 @@ fi # landscape-sysinfo --sysinfo-plugins=Disk,Temperature,Load # Like: uptime -p #fi echo -echo "$(df -h /) ZIMs: $(ls /library/zims/content/ | wc -l) OER2Go: $(ls /library/www/html/modules/ | wc -l)" +echo "$(df -h /) ZIMs: $(ls /library/zims/content/ | wc -l) OER2Go: $(ls /library/www/html/modules/ | wc -l) Apps2B: $(iiab-apps-to-be-installed | wc -l)" echo echo $(ip -o link show | awk -F': ' '{print $2}') # Better order than: ls -rt /sys/class/net grep "^openvpn_enabled:" /etc/iiab/local_vars.yml