From: hayao Date: Mon, 10 Aug 2020 00:14:46 +0000 (+0900) Subject: [fix] : script laod msg X-Git-Tag: rc1-alpha3~5 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=173548064b7cbf38b42c06c089c024be1bbeb82d;p=alterlinux%2Falterlinux.git [fix] : script laod msg --- diff --git a/build.sh b/build.sh index b1004f4f..deaa11fd 100755 --- a/build.sh +++ b/build.sh @@ -1295,7 +1295,7 @@ if [[ -d "${script_path}/.git" ]]; then fi # Show config message -[[ -f "${defaultconfig}" ]] && _msg_debug "The settings have been overwritten by the ${defaultconfig}" +[[ -f "${defaultconfig}" ]] && _msg_debug "Use the default configuration file (${defaultconfig})." # Debug mode mkalteriso_option="-a ${arch} -v" @@ -1369,7 +1369,7 @@ if [[ -n "${1}" ]]; then fi fi - if [[ ! "${channel_name}" == "rebuild" ]]; then + if [[ ! "${channel_name}" == "rebuild" ]] && [[ ! "${channel_name}" == "clean" ]]; then _msg_debug "channel path is ${script_path}/channels/${channel_name}" fi fi