mirror of
https://github.com/dewomser/Raspi-auto-downloader.git
synced 2026-03-13 16:57:16 +01:00
Comment out date regex assignment
Comment out the date regex assignment in the script.
This commit is contained in:
parent
ea7400e183
commit
e049be0cf6
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@
|
||||||
#https://github.com/dewomser/Raspi-auto-downloader
|
#https://github.com/dewomser/Raspi-auto-downloader
|
||||||
#ACHTUNG : Zeile 106-112 Beachten !
|
#ACHTUNG : Zeile 106-112 Beachten !
|
||||||
attribut=$1
|
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/"
|
url="https://dietpi.com/downloads/images/"
|
||||||
if [[ "$attribut" = "-h" ]]
|
if [[ "$attribut" = "-h" ]]
|
||||||
then
|
then
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue