Comment out date regex assignment

Comment out the date regex assignment in the script.
This commit is contained in:
dewomser 2026-02-14 17:19:09 +01:00 committed by GitHub
parent ea7400e183
commit e049be0cf6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3,7 +3,7 @@
#https://github.com/dewomser/Raspi-auto-downloader
#ACHTUNG : Zeile 106-112 Beachten !
attribut=$1
datum="[0-9]{4}-[0-9]{2}-[0-9]{2}"
# datum="[0-9]{4}-[0-9]{2}-[0-9]{2}"
url="https://dietpi.com/downloads/images/"
if [[ "$attribut" = "-h" ]]
then