Skip to content
Snippets Groups Projects
Commit e6dd5031 authored by ale's avatar ale
Browse files

remove explicit php invocation

parent 88c0e621
Branches
No related tags found
No related merge requests found
......@@ -13,7 +13,8 @@
dir=$(dirname $0)
dir=${dir:-.}
php="/opt/noblogs/bin/php-noblogs"
${php} ${dir}/noblogs print-local-blogs | grep -v Warning \
| xargs -n 30 ${php} ${dir}/noblogs "$@"
abs_dir=$(cd ${dir} && pwd)
${dir}/noblogs print-local-blogs | grep -v Warning \
| xargs -n 30 ${abs_dir}/noblogs "$@"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment