Browse Source

removed echo

pull/743/head
Daniel Gibbs 9 years ago
parent
commit
55fff7a689
  1. 1
      functions/check_steamcmd.sh

1
functions/check_steamcmd.sh

@ -8,7 +8,6 @@ lgsm_version="160316"
fn_install_steamcmd(){
echo "Installing steamCMD"
if [ ! -d "${steamcmddir}" ]; then
mkdir -v "${steamcmddir}"
fi

Loading…
Cancel
Save