fixed #9; tweaked aria2 settings(including disabling certificate check);added aria2 event hooks;other minor changes;
This commit is contained in:
7
hooks/errorHook.sh
Executable file
7
hooks/errorHook.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
php=$(which php)
|
||||
dir=$(dirname "$0")
|
||||
script="${dir}/../../../occ"
|
||||
|
||||
#$php "${dir}/run.php" aria2 start $1 $2 $3
|
||||
$php $script aria2 error $1 $2 $3
|
||||
Reference in New Issue
Block a user