We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c3fa52 commit dbdf44aCopy full SHA for dbdf44a
1 file changed
allarch.sh
@@ -174,13 +174,7 @@ _usage () {
174
fi
175
echo -ne " ${_channel}"
176
echo_blank "$(( ${blank} - 4 - ${#_channel} ))"
177
- if [[ ! "$(cat "${script_path}/channels/${_dirname}/alteriso" 2> /dev/null)" = "alteriso=${alteriso_version}" ]] && [[ "${nochkver}" = false ]]; then
178
- "${script_path}/tools/msg.sh" --noadjust -l 'ERROR:' --noappname error "Not compatible with AlterISO3"
179
- elif [[ -f "${script_path}/channels/${_dirname}/description.txt" ]]; then
180
- echo -ne "$(cat "${script_path}/channels/${_dirname}/description.txt")\n"
181
- else
182
- "${script_path}/tools/msg.sh" --noadjust -l 'WARN :' --noappname warn "This channel does not have a description.txt"
183
- fi
+ "${script_path}/tools/channel.sh" desc "${_channel}"
184
done
185
186
echo
0 commit comments