mirror of
https://github.com/aclist/dztui.git
synced 2024-12-29 13:52:03 +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
|
elif
|
||||||
command -v steamcmd &>/dev/null
|
command -v steamcmd &>/dev/null
|
||||||
[[ $? -eq 1 ]]; then
|
[[ $? -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
|
else
|
||||||
printf "[INFO] Found steamcmd user. Downloading mods\n"
|
printf "[INFO] Found steamcmd user. Downloading mods\n"
|
||||||
revert_msg="Something went wrong. Reverting to manual mode"
|
revert_msg="Something went wrong. Reverting to manual mode"
|
||||||
|
|
Loading…
Reference in a new issue