Browse Source

removed echo

Daniel Gibbs 10 years ago
parent
commit
e81103498d
1 changed files with 1 additions and 2 deletions
  1. 1 2
      functions/fn_install_serverdir

+ 1 - 2
functions/fn_install_serverdir

@@ -25,5 +25,4 @@ if [ -z "${autoinstall}" ]; then
 fi
 if [ ! -d "${filesdir}" ]; then
 	mkdir -v "${filesdir}"
-fi	
-echo ""
+fi