mirror of
https://github.com/aclist/dztui.git
synced 2024-12-28 05:12:36 +01:00
Revert message
This commit is contained in:
parent
aac5fb656c
commit
ad4175dace
1 changed files with 1 additions and 1 deletions
2
dztui.sh
2
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"
|
||||
|
|
Loading…
Reference in a new issue