Commit b532e67b authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm-play: print fatal error if there is error during install

parent f8337cb1
......@@ -117,5 +117,5 @@ if [ "$1" = "--list-all" ] || [ -z "$*" ] ; then
fi
#__check_installed_app "$1" && info "$1 is already installed (use --remove to remove)" && exit 1
__epm_play_run "$1" --run && __save_installed_app "$1"
__epm_play_run "$1" --run && __save_installed_app "$1" || fatal "There was some error during install the application."
}
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