spacetime不再传递--root-dir参数
This commit is contained in:
@@ -246,7 +246,6 @@ try {
|
||||
-Name "spacetimedb" `
|
||||
-FilePath $spacetimeCommand.Source `
|
||||
-Arguments @(
|
||||
"--root-dir", $SpacetimeRootDir,
|
||||
"start",
|
||||
"--edition", "standalone",
|
||||
"--listen-addr", "$SpacetimeHost`:$SpacetimePort"
|
||||
|
||||
@@ -243,7 +243,6 @@ if [[ "${SKIP_SPACETIME}" -ne 1 ]]; then
|
||||
(
|
||||
cd "${SERVER_RS_DIR}"
|
||||
exec spacetime \
|
||||
--root-dir "${SPACETIME_ROOT_DIR}" \
|
||||
start \
|
||||
--edition standalone \
|
||||
--listen-addr "${SPACETIME_HOST}:${SPACETIME_PORT}"
|
||||
|
||||
Reference in New Issue
Block a user