1
0
Fork 0

devel: fix run fcgi

git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1021 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
3.0
Xuefer 11 years ago
parent 722cd23a5f
commit 8600576265

@ -89,12 +89,13 @@ xcachesrcdir=../$xcachebasename
if [[ $# -gt 0 ]]; then
type=$1
shift
args=("$@")
fi
if [[ -z ${args[0]} ]]; then
args=(devel.php)
args=("$@")
if [[ -z ${args[0]} ]]; then
args=(devel.php)
fi
fi
case "$type" in
@ -168,7 +169,6 @@ esac
case "${args[0]}" in
fcgi)
args=(-b 1026)
shift
;;
esac

Loading…
Cancel
Save