Skip to content

Commit b4795ed

Browse files
divinity76jaapmarcus
authored andcommitted
/usr/bin/curl
1 parent 3d4c309 commit b4795ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/app/WebApp/Installers/DokuWiki/DokuWikiSetup.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ public function install(array $options = null, &$status=null)
8181
$installUrl = $webDomain . "install.php";
8282

8383
$cmd = implode(" ", array(
84-
"curl",
84+
"/usr/bin/curl",
8585
"--request POST",
8686
($sslEnabled ? "" : "--insecure "),
8787
"--url " . escapeshellarg($installUrl),

0 commit comments

Comments
 (0)