Remove the retrieval of MODNAME in custom integrations.

This commit is contained in:
Daniel Ceregatti 2023-11-27 20:59:24 -08:00
parent 5783f74075
commit 3a5bb797ea

View file

@ -285,7 +285,6 @@ mergexml(){
then
if [[ ${FOUND} = 0 ]]
then
MODNAME=$(get_mod_name ${ID})
echo
echo -e "${green}Adding custom integration ${dir}${default}"
FOUND=1