mirror of
https://github.com/BastilleBSD/bastille.git
synced 2025-12-11 17:39:52 +01:00
migrate: Fix cleanup
This commit is contained in:
@@ -120,8 +120,8 @@ migrate_cleanup() {
|
||||
local _jail"${1}"
|
||||
|
||||
# Remove archive files from local and remote system
|
||||
ssh ${_user}@${_host} sudo rm -f "${_remote_bastille_migratedir}/${_jail}_*."
|
||||
rm -f "${bastille_migratedir}/${_jail}_*."
|
||||
ssh ${_user}@${_host} sudo rm -f "${_remote_bastille_migratedir}/${_jail}_*.*"
|
||||
rm -f "${bastille_migratedir}/${_jail}_*.*"
|
||||
}
|
||||
|
||||
migrate_create_export() {
|
||||
|
||||
Reference in New Issue
Block a user