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:
@@ -61,7 +61,7 @@ echo_i "deleting _default.nzd database"
|
||||
rm -f ns1/_default.nzd
|
||||
|
||||
echo_i "starting ns1 which should migrate the .nzf to .nzd"
|
||||
start --noclean --restart --port ${PORT} nzd2nzf ns1
|
||||
start_server --noclean --restart --port ${PORT} nzd2nzf ns1
|
||||
|
||||
n=$((n+1))
|
||||
echo_i "querying for zone data from migrated zone config ($n)"
|
||||
|
||||
Reference in New Issue
Block a user