Daniel Gibbs пре 10 година
родитељ
комит
3c09d25d03
2 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      functions/command_install.sh
  2. 0 0
      functions/install_server_dir.sh

+ 2 - 2
functions/command_install.sh

@@ -8,7 +8,7 @@ function_selfname="$(basename $(readlink -f "${BASH_SOURCE[0]}"))"
 
 check.sh
 install_header.sh
-install_serverdir.sh
+install_server_dir.sh
 install_logs.sh
 check_deps.sh 
 # Download and install
@@ -22,7 +22,7 @@ elif [ "${gamename}" == "Teamspeak 3" ]; then
 	install_ts3.sh
 elif [ ! -z "${appid}" ]; then
 	install_steamcmd.sh
-	install_serverfiles.sh
+	install_server_files.sh
 fi
 
 # Configuration

+ 0 - 0
functions/install_serverdir.sh → functions/install_server_dir.sh