OSDN Git Service

[fix] : Fixed message.
authorhayao <shun819.mail@gmail.com>
Fri, 17 Apr 2020 06:49:51 +0000 (15:49 +0900)
committerhayao <shun819.mail@gmail.com>
Fri, 17 Apr 2020 06:49:51 +0000 (15:49 +0900)
build.sh

index 9112ea8..5624d5d 100755 (executable)
--- a/build.sh
+++ b/build.sh
@@ -203,7 +203,7 @@ prepare_build() {
         # If there is config for each channel. load that.
         if [[ -f "${script_path}/channels/${channel_name}/config" ]]; then
             source "${script_path}/channels/${channel_name}/config"
-            echo "The settings have been overwritten by the ${script_path}/channels/${channel_name}/config."
+            echo "[Info] The settings have been overwritten by the ${script_path}/channels/${channel_name}/config."
         fi
         save_var \
             os_name \
@@ -937,7 +937,7 @@ if [[ -n "${1}" ]]; then
     }
 
     if [[ $(check_channel "${channel_name}") = false ]]; then
-        echo "[Error] Invalid channel "${channel_name}"" >&2
+        echo "[Error] Invalid channel ${channel_name}" >&2
         exit 1
     fi