From f7d4a6b16f14af02f8cd5b642fdd33bb0663234a Mon Sep 17 00:00:00 2001 From: tschettervictor <85497460+tschettervictor@users.noreply.github.com> Date: Tue, 30 Dec 2025 20:49:10 -0700 Subject: [PATCH 1/2] migrate: missing var --- usr/local/share/bastille/migrate.sh | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/usr/local/share/bastille/migrate.sh b/usr/local/share/bastille/migrate.sh index 05a6d2f2..a9a49cc1 100644 --- a/usr/local/share/bastille/migrate.sh +++ b/usr/local/share/bastille/migrate.sh @@ -38,14 +38,14 @@ usage() { Options: - -a | --auto Auto mode. Start/stop jail(s) if required. - -b | --backup Keep archives on remote system. - -d | --destroy Destroy local jail after migration. - | --doas Use 'doas' instead of 'sudo'. - -k | --keyfile Specify an alternative private keyfile name. Must be in '~/.ssh'. - -l | --live Migrate a running jail (ZFS only). - -p | --password Use password based authentication. - -x | --debug Enable debug mode. + -a | --auto Auto mode. Start/stop jail(s) if required. + -b | --backup Keep archives on remote system. + -d | --destroy Destroy local jail after migration. + | --doas Use 'doas' instead of 'sudo'. + -k | --keyfile FILE Specify an alternative private keyfile name. Must be in '~/.ssh'. + -l | --live Migrate a running jail (ZFS only). + -p | --password Use password based authentication. + -x | --debug Enable debug mode. EOF exit 1 From 2f8c7c5442a557e9587a5f02c43deccdb1f74c82 Mon Sep 17 00:00:00 2001 From: tschettervictor <85497460+tschettervictor@users.noreply.github.com> Date: Tue, 30 Dec 2025 20:50:16 -0700 Subject: [PATCH 2/2] docs: migrate: fix missing var --- docs/chapters/subcommands/migrate.rst | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/chapters/subcommands/migrate.rst b/docs/chapters/subcommands/migrate.rst index c48c0f42..ff3138a1 100644 --- a/docs/chapters/subcommands/migrate.rst +++ b/docs/chapters/subcommands/migrate.rst @@ -16,11 +16,11 @@ port by supplying it as in ``user@host:port``. Options: - -a | --auto Auto mode. Start/stop jail(s) if required. - -b | --backup Keep archives on remote system. - -d | --destroy Destroy local jail after migration. - | --doas Use 'doas' instead of 'sudo'. - -k | --keyfile Specify an alternative private keyfile name. Must be in '~/.ssh' - -l | --live Migrate a running jail (ZFS only). - -p | --password Use password based authentication. - -x | --debug Enable debug mode. \ No newline at end of file + -a | --auto Auto mode. Start/stop jail(s) if required. + -b | --backup Keep archives on remote system. + -d | --destroy Destroy local jail after migration. + | --doas Use 'doas' instead of 'sudo'. + -k | --keyfile FILE Specify an alternative private keyfile name. Must be in '~/.ssh' + -l | --live Migrate a running jail (ZFS only). + -p | --password Use password based authentication. + -x | --debug Enable debug mode. \ No newline at end of file