Skip to content

Commit

Permalink
Update openWRT23_install.sh
Browse files Browse the repository at this point in the history
fixed echo
  • Loading branch information
CyberAndi committed Apr 20, 2024
1 parent 009253c commit 45975bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openWRT23_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
####################################################################################################
Expand Down

0 comments on commit 45975bd

Please sign in to comment.