mirror of
https://github.com/hackacad/bastille.git
synced 2025-12-27 16:00:51 +01:00
migrate: use sudo for setup command
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user