Commit 6e0dc636 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm-full_upgrade: don't stop if epm play is failed

parent 2fc45aea
......@@ -105,9 +105,9 @@ confirm_action()
if [ -z "$full_upgrade_no_epm_play" ] ; then
[ -n "$quiet" ] || echo
if [ -n "$force" ] ; then
docmd epm $dryrun play || fatal "updating of applications installed via epm play is failed."
docmd epm $dryrun play #|| fatal "updating of applications installed via epm play is failed."
else
docmd epm $dryrun play --update all || fatal "updating of applications installed via epm play is failed."
docmd epm $dryrun play --update all #|| fatal "updating of applications installed via epm play is failed."
fi
fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment