summaryrefslogtreecommitdiff
path: root/run-instance.sh
diff options
context:
space:
mode:
Diffstat (limited to 'run-instance.sh')
-rwxr-xr-xrun-instance.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/run-instance.sh b/run-instance.sh
index 74fc883..2776ba0 100755
--- a/run-instance.sh
+++ b/run-instance.sh
@@ -84,7 +84,6 @@ cat "$CONFIG_COMMON" "$CONFIG_INST" > "$HOME/$FS_GAME/autogen_server.cfg" \
# cd to HOME (that's where cores will appear) and start the server.
cd "$HOME" || error "cannot chdir to %s\n" "$HOME"
"$GDB_WRAPPER" "$TREMDED" \
- +exec "$CONFIG_LOCAL_COMMON" \
+set fs_basepath "$COMMON" \
+set fs_homepath "$HOME" \
+set fs_game "$FS_GAME" \