initial download and build of sipp

still need to copy startup scripts (client/server) and cron
This commit is contained in:
Pi
2019-03-14 14:27:10 -04:00
parent 23915d0549
commit 49fd61019b
6 changed files with 62 additions and 0 deletions

9
roles/sipserver/files/start.sh Executable file
View File

@@ -0,0 +1,9 @@
#!/bin/bash
if pgrep sipp >/dev/null
then
echo "sipp is running"
else
cd /home/pi/sipp
./sipp -sn uas -bg
fi