From ad4175dace2d4dcd530279f64cef662fbcec8070 Mon Sep 17 00:00:00 2001 From: aclist <92275929+aclist@users.noreply.github.com> Date: Tue, 11 Jan 2022 18:53:13 +0900 Subject: [PATCH] Revert message --- dztui.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dztui.sh b/dztui.sh index 084aea5..5e1a50a 100644 --- a/dztui.sh +++ b/dztui.sh @@ -173,7 +173,7 @@ auto_mod_install(){ elif command -v steamcmd &>/dev/null [[ $? -eq 1 ]]; then - err "steamcmd not installed. See: https://developer.valvesoftware.com/wiki/SteamCMD" + err "steamcmd not found. See: https://developer.valvesoftware.com/wiki/SteamCMD" else printf "[INFO] Found steamcmd user. Downloading mods\n" revert_msg="Something went wrong. Reverting to manual mode"