mirror of
https://github.com/aclist/dztui.git
synced 2024-12-29 13:52:03 +01:00
change: use printf
This commit is contained in:
parent
ac3055ce39
commit
ef3fffca47
1 changed files with 1 additions and 1 deletions
|
@ -343,7 +343,7 @@ list_mods(){
|
||||||
local base_dir
|
local base_dir
|
||||||
local size
|
local size
|
||||||
if [[ -z $(installed_mods) ]] || [[ -z $(find $workshop_dir -maxdepth 2 -name "*.cpp" | grep .cpp) ]]; then
|
if [[ -z $(installed_mods) ]] || [[ -z $(find $workshop_dir -maxdepth 2 -name "*.cpp" | grep .cpp) ]]; then
|
||||||
echo "No mods currently installed or incorrect path set."
|
printf "No mods currently installed or incorrect path set."
|
||||||
logger WARN "Found no locally installed mods"
|
logger WARN "Found no locally installed mods"
|
||||||
return 1
|
return 1
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in a new issue