Set up the router manually.

This commit is contained in:
Tom Alexander
2024-01-08 23:14:23 -05:00
parent 3e0de0e87a
commit 460a614cf7
3 changed files with 213 additions and 7 deletions

View File

@@ -74,13 +74,6 @@ function main {
fi
}
function die {
local status_code="$1"
shift
(>&2 echo "${@}")
exit "$status_code"
}
function create_disk {
local zfs_path="$1"
local mount_path="$2"