From 53ef105963fbd2ede350718b70d371eec33dfa35 Mon Sep 17 00:00:00 2001 From: "@CyberAndi" Date: Thu, 14 Dec 2023 06:47:35 +0100 Subject: [PATCH] Update openWRT_install_test.sh --- openWRT_install_test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openWRT_install_test.sh b/openWRT_install_test.sh index 26a2c51..f47f9b3 100644 --- a/openWRT_install_test.sh +++ b/openWRT_install_test.sh @@ -413,7 +413,7 @@ function service_State() { if [ ! -z $2 ] then - #echo $1' ' $2': ' + echo $1' ' $2': ' if [ ! -z $1 ] then serviceInst=$(opkg list-installed | grep $1)