mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-25 12:10:18 +00:00
make fscore_pb work better with debian and ubuntu
This commit is contained in:
parent
7166de4ab0
commit
39a6bdbd51
@ -139,11 +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 --http-user=pastebin --http-password=freeswitch http://pastebin.freeswitch.org --post-file=$post_file
|
||||||
|
|
||||||
pb=`ls [0-9]*`
|
pb=`cat /tmp/fscore_pb.tmp/index.html | grep parent_pid | awk -F \" '{print $6}'`
|
||||||
|
|
||||||
mv $post_file $tmpdir
|
mv $post_file $tmpdir
|
||||||
echo "Finished."
|
echo "Finished."
|
||||||
|
Loading…
x
Reference in New Issue
Block a user