diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/start-sim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/start-sim b/scripts/start-sim index cd28b43..ed2b07f 100755 --- a/scripts/start-sim +++ b/scripts/start-sim | |||
@@ -98,6 +98,8 @@ case $(basename $0) in | |||
98 | then | 98 | then |
99 | if [ "x$tgt" = "xROBUST" ]; then | 99 | if [ "x$tgt" = "xROBUST" ]; then |
100 | $SUDO cat ../config/config.ini ../config/Robust.ini.template >../config/Robust.ini | 100 | $SUDO cat ../config/config.ini ../config/Robust.ini.template >../config/Robust.ini |
101 | $SUDO chown -R opensim:opensim ../config/Robust.ini | ||
102 | $SUDO chmod 600 ../config/Robust.ini | ||
101 | ${tmux_command} split-window -vp 30 -t "${tmux_session}:" "${cmd}" | 103 | ${tmux_command} split-window -vp 30 -t "${tmux_session}:" "${cmd}" |
102 | else | 104 | else |
103 | ${tmux_command} new-window -dn "[${title}]" -t "${tmux_session}:${num}" "${cmd}" | 105 | ${tmux_command} new-window -dn "[${title}]" -t "${tmux_session}:${num}" "${cmd}" |