Skip to content

Commit

Permalink
permanent Update
Browse files Browse the repository at this point in the history
  • Loading branch information
CyberAndi authored Sep 3, 2023
1 parent 98b54ed commit 1aec267
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions openWRT_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1110,6 +1110,17 @@ DEVICE_REVISION='v0.5'

EOF

cp /root/openWRT_install.sh /etc/openWRT_install.sh

cat << EOF > /etc/openWRT_install.sh
## This file contains files and directories that should
## be preserved during an upgrade.

# /etc/example.conf
# /etc/openvpn/
/etc/openWRT_install.sh
EOF

#Datum erstellen
#actdate(date --utc --date "$1" +%F)
datum=$(date +"%y%d%m%H%M")
Expand Down

0 comments on commit 1aec267

Please sign in to comment.