Skip to content

Commit

Permalink
Merge branch 'hotfix/v20.1.1' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
dgibbs64 committed Mar 14, 2020
2 parents 5eeded3 + dbf94a6 commit 7fa0175
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lgsm/functions/check_steamcmd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,6 @@ fn_check_steamcmd(){
# Checks if SteamCMD exists when starting or updating a server.
# Only install if steamcmd package is missing or steamcmd dir is missing.
if [ ! -f "${steamcmddir}/steamcmd.sh" ]&&[ -z "$(command -v steamcmd 2>/dev/null)" ]; then
echo "#############"
which steamcmd
echo "#############"
if [ "${function_selfname}" == "command_install.sh" ]; then
fn_install_steamcmd
else
Expand Down

0 comments on commit 7fa0175

Please sign in to comment.