Browse Source

remove echo

pull/3568/head
Daniel Gibbs 4 years ago
parent
commit
19ff52abdd
  1. 1
      lgsm/functions/install_server_dir.sh

1
lgsm/functions/install_server_dir.sh

@ -15,7 +15,6 @@ if [ -d "${serverfiles}" ]; then
fn_print_warning_nl "A server is already installed here."
fi
pwd
echo -e ""
if [ -z "${autoinstall}" ]; then
if ! fn_prompt_yn "Continue?" Y; then
exitcode=0

Loading…
Cancel
Save