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