From 128d5f22539c9ae830994793f9adea3c02643d4e Mon Sep 17 00:00:00 2001 From: tschettervictor <85497460+tschettervictor@users.noreply.github.com> Date: Tue, 6 May 2025 09:06:30 -0600 Subject: [PATCH] migrate: use sudo for setup command --- usr/local/share/bastille/migrate.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/local/share/bastille/migrate.sh b/usr/local/share/bastille/migrate.sh index e0777805..e2f29f39 100644 --- a/usr/local/share/bastille/migrate.sh +++ b/usr/local/share/bastille/migrate.sh @@ -132,7 +132,7 @@ migrate_create_export() { # Ensure new migrate directory is created bastille setup -f - ssh ${_user}@${_host} bastille setup -f + ssh ${_user}@${_host} sudo bastille setup -f # --xz for ZFS, otherwise --txz if checkyesno bastille_zfs_enable; then