mirror of
https://github.com/BastilleBSD/bastille.git
synced 2025-12-11 09:29:55 +01:00
migrate: Include -y on destroy
This commit is contained in:
@@ -295,7 +295,7 @@ migrate_jail() {
|
||||
|
||||
# Destroy old jail if OPT_DESTROY=1
|
||||
if [ "${OPT_DESTROY}" -eq 1 ]; then
|
||||
bastille destroy -af "${_jail}"
|
||||
bastille destroy -afy "${_jail}"
|
||||
fi
|
||||
|
||||
# Remove archives
|
||||
|
||||
Reference in New Issue
Block a user