1
0
Fork 0
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:
aclist 2024-12-05 08:04:29 +09:00
parent ac3055ce39
commit ef3fffca47

View file

@ -343,7 +343,7 @@ list_mods(){
local base_dir
local size
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"
return 1
else