提交 1aea8248 authored 作者: Anthony Minessale's avatar Anthony Minessale

FS-4706 --resolve

上级 192c0143
...@@ -139,9 +139,9 @@ rm -fr $tmpdir ...@@ -139,9 +139,9 @@ rm -fr $tmpdir
mkdir -p $tmpdir mkdir -p $tmpdir
cd $tmpdir cd $tmpdir
wget --output-file=/dev/null --http-user=pastebin --http-password=freeswitch http://pastebin.freeswitch.org --post-file=$post_file wget --output-file=/dev/null --output-document=/tmp/fscore_pb.tmp/pb_out --http-user=pastebin --http-password=freeswitch http://pastebin.freeswitch.org --post-file=$post_file
pb=`cat /tmp/fscore_pb.tmp/index.html | grep parent_pid | awk -F \" '{print $6}'` pb=`cat /tmp/fscore_pb.tmp/pb_out | grep parent_pid | awk -F \" '{print $6}'`
mv $post_file $tmpdir mv $post_file $tmpdir
echo "Finished." echo "Finished."
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论