summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mirror.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mirror.php b/mirror.php
index b0085d9..9c9a052 100644
--- a/mirror.php
+++ b/mirror.php
@@ -70,7 +70,7 @@
passthru(
"mkdir -p '".dirname($pfad)."'; ".
"( ".
- "curl -Ls -A "Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0" '".$quelle."' || ".
+ "curl -Ls -A 'Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0' '".$quelle."' || ".
"wget -O - '".$quelle."'; ".
") | ". // oder curl!
"tee \"".$pfad."\""