Просмотр исходного кода

- 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 12 лет назад
Родитель
Сommit
cd5bdb422b
1 измененных файлов с 1 добавлено и 1 удалено
  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."