mirror of
https://ceregatti.org/git/daniel/dayzdockerserver.git
synced 2025-09-13 08:03:28 +00:00
Fix status output formatting and text.
This commit is contained in:
parent
cd3d884a9e
commit
24ee9b965b
1 changed files with 2 additions and 1 deletions
|
@ -301,9 +301,10 @@ Version: ${VERSION}"
|
|||
MODS=$(list)
|
||||
if [[ ${MODS} == "" ]]
|
||||
then
|
||||
echo -ne "${red}none${default}"
|
||||
echo -ne "Mods: ${red}none${default}"
|
||||
fi
|
||||
echo -e "${MODS}"
|
||||
echo
|
||||
}
|
||||
|
||||
map(){
|
||||
|
|
Loading…
Add table
Reference in a new issue