File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -1471,6 +1471,7 @@ rebuildfile="${work_dir}/alteriso_config"
14711471set +eu
14721472
14731473# Check for a valid channel name
1474+ # Todo 2020/10/13 Hayao0819: This process does not currently work.
14741475if [[ -n " ${1} " ]]; then
14751476 case " $( bash " ${script_path} /tools/channel.sh" -n -m check " ${1} " ) " in
14761477 " incorrect" )
@@ -1505,6 +1506,7 @@ else
15051506fi
15061507
15071508# Check channel version
1509+ # Todo 2020/10/13 Hayao0819: If the wrong channel is specified, the script will return this error.
15081510if [[ ! " ${channel_name} " = " rebuild" ]]; then
15091511 msg_debug " channel path is ${channel_dir} "
15101512 if [[ ! " $( cat " ${channel_dir} /alteriso" 2> /dev/null) " = " alteriso=${alteriso_version} " ]] && [[ " ${nochkver} " = false ]]; then
You can’t perform that action at this time.
0 commit comments