From 45975bd16a54dac05f0d65770e6be836444199f6 Mon Sep 17 00:00:00 2001 From: "@CyberAndi" Date: Sat, 20 Apr 2024 19:34:49 +0200 Subject: [PATCH] Update openWRT23_install.sh fixed echo --- openWRT23_install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openWRT23_install.sh b/openWRT23_install.sh index e776430..a7286d1 100644 --- a/openWRT23_install.sh +++ b/openWRT23_install.sh @@ -24110,7 +24110,7 @@ echo $(date +%d'.'%m'.'%y' '%H':'%M':'%S)' Create WLAM' echo $(date +%d'.'%m'.'%y' '%H':'%M':'%S)' Create WLAM' >> install.log create_wlan >> install.log echo -cho $(date +%d'.'%m'.'%y' '%H':'%M':'%S)' Create Firewall-Zones' +echo $(date +%d'.'%m'.'%y' '%H':'%M':'%S)' Create Firewall-Zones' echo $(date +%d'.'%m'.'%y' '%H':'%M':'%S)' Create Firewall-Zones' >> install.log create_firewall_zones >> install.log ####################################################################################################