mirror of
https://github.com/hackacad/bastille.git
synced 2025-12-25 23:10:33 +01:00
etcupdate: remove -n option from resolve mode
This commit is contained in:
@@ -87,13 +87,8 @@ diff_review() {
|
||||
|
||||
resolve_conflicts() {
|
||||
local _jail="${1}"
|
||||
if [ "${DRY_RUN}" -eq 1 ]; then
|
||||
info "[${_jail}]: etcupdate resolve --dry-run"
|
||||
etcupdate resolve -n -D "${bastille_jailsdir}/${_jail}/root"
|
||||
else
|
||||
info "[${_jail}]: etcupdate resolve"
|
||||
etcupdate resolve -D "${bastille_jailsdir}/${_jail}/root"
|
||||
fi
|
||||
info "[${_jail}]: etcupdate resolve"
|
||||
etcupdate resolve -D "${bastille_jailsdir}/${_jail}/root"
|
||||
}
|
||||
|
||||
update_jail_etc() {
|
||||
|
||||
Reference in New Issue
Block a user