diff options
Diffstat (limited to '')
-rwxr-xr-x | InstallItAll.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/InstallItAll.sh b/InstallItAll.sh index 5e19a7d..8f9df11 100755 --- a/InstallItAll.sh +++ b/InstallItAll.sh | |||
@@ -105,6 +105,8 @@ sudo sed -i "s@MYSQL_PASSWORD@${MYSQL_PASSWORD}@g" ../config/config_IG.ini | |||
105 | sudo sed -i "s@MYSQL_PASSWORD@${MYSQL_PASSWORD}@g" ../config/config_MG.ini | 105 | sudo sed -i "s@MYSQL_PASSWORD@${MYSQL_PASSWORD}@g" ../config/config_MG.ini |
106 | sudo sed -i "s@MYSQL_PASSWORD@${MYSQL_PASSWORD}@g" ../config/config_localhost.ini | 106 | sudo sed -i "s@MYSQL_PASSWORD@${MYSQL_PASSWORD}@g" ../config/config_localhost.ini |
107 | sudo chmod 600 ../config/*.ini | 107 | sudo chmod 600 ../config/*.ini |
108 | sudo touch ../config/ROBUST/RobustExtra.ini | ||
109 | sudo chmod 600 ../config/ROBUST/RobustExtra.ini | ||
108 | 110 | ||
109 | if [ ! -f /home/${OS_USER}/.tmux.conf ]; then | 111 | if [ ! -f /home/${OS_USER}/.tmux.conf ]; then |
110 | sudo cp scripts/install/opensim.tmux.conf /home/${OS_USER}/.tmux.conf | 112 | sudo cp scripts/install/opensim.tmux.conf /home/${OS_USER}/.tmux.conf |