5 lines
98 B
Bash
5 lines
98 B
Bash
|
#!/bin/bash -e
|
||
|
|
||
|
stopService freeswitch || echo "FreeSWITCH could not be unregistered or stopped"
|
||
|
|