mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-21 14:21:02 +02:00
pentoo-updater: recklessly upgrade as much as possible
This commit is contained in:
parent
4cf8f069ac
commit
b614f07e2e
1 changed files with 3 additions and 3 deletions
|
|
@ -13,9 +13,9 @@ safe_exit() {
|
|||
if [ -n "${clst_target}" ] && [ -n "${debugshell}" ]; then
|
||||
/bin/bash
|
||||
elif [ -n "${clst_target}" ] && [ -n "${reckless}" ]; then
|
||||
echo "Continuing despite failure...grumble grumble"
|
||||
else
|
||||
exit
|
||||
echo "Continuing despite failure...grumble grumble" 1>&2
|
||||
#else #let's let it keep going by default instead of just failing out
|
||||
# exit
|
||||
fi
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue