OSDN Git Service

[update] : use channel.sh instead of build.sh
authorhayao <shun819.mail@gmail.com>
Wed, 30 Sep 2020 09:41:49 +0000 (18:41 +0900)
committerhayao <shun819.mail@gmail.com>
Wed, 30 Sep 2020 09:41:49 +0000 (18:41 +0900)
tools/wizard.sh

index 33dd782..7b6f41b 100755 (executable)
@@ -577,7 +577,7 @@ function select_channel () {
     local i count=1 _channel channel_list description
 
     # チャンネルの一覧を取得
-    channel_list=($("${script_path}/build.sh" --channellist))
+    channel_list=($("${script_path}/channel.sh" --nobuiltin show))
 
     msg "チャンネルを以下の番号から選択してください。" "Select a channel from the numbers below."