Browse Source

altered the look slightly

pull/1331/head
Daniel Gibbs 8 years ago
parent
commit
f152d66d55
  1. 5
      lgsm/functions/install_server_dir.sh

5
lgsm/functions/install_server_dir.sh

@ -12,12 +12,11 @@ echo ""
echo "Server Directory"
echo "================================="
sleep 1
echo ""
pwd
echo ""
if [ -d "${filesdir}" ]; then
fn_print_warning_nl "A server is already installed here."
fi
pwd
echo ""
if [ -z "${autoinstall}" ]; then
if ! fn_prompt_yn "Continue?" Y; then
exit

Loading…
Cancel
Save