Fix status output formatting and text.

This commit is contained in:
Daniel Ceregatti 2025-08-15 10:58:04 -06:00
parent cd3d884a9e
commit 24ee9b965b

View file

@ -301,9 +301,10 @@ Version: ${VERSION}"
MODS=$(list) MODS=$(list)
if [[ ${MODS} == "" ]] if [[ ${MODS} == "" ]]
then then
echo -ne "${red}none${default}" echo -ne "Mods: ${red}none${default}"
fi fi
echo -e "${MODS}" echo -e "${MODS}"
echo
} }
map(){ map(){