Files
dsfin-ansible/roles/sipserver/files/start.sh
Pi 49fd61019b initial download and build of sipp
still need to copy startup scripts (client/server) and cron
2019-03-14 14:27:10 -04:00

10 lines
113 B
Bash
Executable File

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