Procházet zdrojové kódy

- Added agent_conf.sh to the copy command of the installation script for Linux agent. Bug description at: http://opengamepanel.org/forum/viewthread.php?thread_id=2902

DieFeM před 12 roky
rodič
revize
cd5bdb422b
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      install.sh

+ 1 - 1
install.sh

@@ -192,7 +192,7 @@ fi
 init_dir=${init_dir%/}
 echo "Copying files..."
 
-cp -avf Crypt EHCP File Frontier IspConfig KKrcon ogp_agent.pl ogp_screenrc ogp_agent_run ${agent_home}/ || failed "Failed to copy agent files to ${agent_home}."
+cp -avf Crypt EHCP File Frontier IspConfig KKrcon ogp_agent.pl ogp_screenrc ogp_agent_run agent_conf.sh ${agent_home}/ || failed "Failed to copy agent files to ${agent_home}."
 
 # Create the directory for configs.
 mkdir -p ${agent_home}/Cfg || failed "Failed to create ${agent_home}/Cfg dir."