Rename start() and stop() to start_server() and stop_server()
On OpenBSD, there's non-POSIX alias from stop to kill that breaks the conf.sh.common script.
This commit is contained in:
@@ -80,7 +80,7 @@ stomp () {
|
||||
|
||||
restart () {
|
||||
sleep 1
|
||||
start --noclean --restart --port "${PORT}" masterformat ns3
|
||||
start_server --noclean --restart_server --port "${PORT}" masterformat ns3
|
||||
}
|
||||
|
||||
dig_with_opts() {
|
||||
|
||||
Reference in New Issue
Block a user