From 6570411dd188635b8941d18d055f542c5e6d1d7f Mon Sep 17 00:00:00 2001 From: hayao Date: Wed, 1 Jan 2020 10:05:53 +0900 Subject: [PATCH] =?UTF-8?q?=E7=B5=82=E4=BA=86=E6=99=82=E3=81=AE=E3=83=A1?= =?UTF-8?q?=E3=83=83=E3=82=BB=E3=83=BC=E3=82=B8=E3=82=92=E6=94=B9=E5=96=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- eg-installer | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/eg-installer b/eg-installer index 92cde09..2ed5c75 100755 --- a/eg-installer +++ b/eg-installer @@ -445,7 +445,13 @@ function install_and_uninstall () { selected_list=(${selected_list//'|'/ }) set +eu if [[ ! $exit_code = 0 && -z $selected_list ]]; then - error 600 100 "パッケージが選択されませんでした。トップに戻ります。" + error 600 100 "パッケージが選択されませんでした。$( + if [[ ! $direct_execution = "true" ]]; then + echo 'トップに戻ります。' + else + echo '終了します。' + fi + )" call_me $options exit fi