From: hayao Date: Wed, 22 Jul 2020 05:18:12 +0000 (+0900) Subject: [fix] : Fixed -s msg X-Git-Tag: rc3-alpha1~193^2~92 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=dc0afad7bef41f6e25f209b077403bf43be8583d;p=alterlinux%2Falterlinux.git [fix] : Fixed -s msg --- diff --git a/fullbuild.sh b/fullbuild.sh index f26fab2f..065b1058 100755 --- a/fullbuild.sh +++ b/fullbuild.sh @@ -241,4 +241,6 @@ for cha in ${channnels[@]}; do done -_msg_info "All editions have been built" +if [[ "${simulation}" = false ]]; then + _msg_info "All editions have been built" +fi