This is an automated email from the ASF dual-hosted git repository.

echobravo pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode-native.git

commit 328faaef00812336405a3bc8b1856bb1ca567850
Author: Ryan McMahon <rmcma...@pivotal.io>
AuthorDate: Wed Feb 14 17:07:15 2018 -0800

    GEODE-4341: Set new location for locator and server
    
    Signed-off-by: Ivan Godwin <igod...@pivotal.io>
---
 examples/dotnet/Apache.Geode.Examples.PutGetRemove/startserver.ps1 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/dotnet/Apache.Geode.Examples.PutGetRemove/startserver.ps1 
b/examples/dotnet/Apache.Geode.Examples.PutGetRemove/startserver.ps1
index 05dfab9..cdffe7a 100644
--- a/examples/dotnet/Apache.Geode.Examples.PutGetRemove/startserver.ps1
+++ b/examples/dotnet/Apache.Geode.Examples.PutGetRemove/startserver.ps1
@@ -37,5 +37,5 @@ else
 
 if ($GFSH_PATH -ne "")
 {
-   Invoke-Expression "$GFSH_PATH -e 'start locator --name=locator 
--dir=$PSScriptRoot' -e 'start server --name=server --dir=$PSScriptRoot' -e 
'create region --name=example_userinfo --type=PARTITION'"
+   Invoke-Expression "$GFSH_PATH -e 'start locator --name=locator 
--dir=$PSScriptRoot\locator' -e 'start server --name=server 
--dir=$PSScriptRoot\server' -e 'create region --name=example_userinfo 
--type=PARTITION'"
 }
\ No newline at end of file

-- 
To stop receiving notification emails like this one, please contact
echobr...@apache.org.

Reply via email to