mirror of
https://github.com/BastilleBSD/bastille.git
synced 2025-12-11 09:29:55 +01:00
Migrate: pass all vars
This commit is contained in:
@@ -117,7 +117,9 @@ validate_host_status() {
|
||||
|
||||
migrate_cleanup() {
|
||||
|
||||
local _jail"${1}"
|
||||
local _jail="${1}"
|
||||
local _user="${2}"
|
||||
local _host="${3}"
|
||||
|
||||
# Remove archive files from local and remote system
|
||||
ssh ${_user}@${_host} sudo rm -f "${_remote_bastille_migratedir}/${_jail}_*.*"
|
||||
|
||||
Reference in New Issue
Block a user