mirror of https://gitee.com/bigwinds/arangodb
fixed setup script
This commit is contained in:
parent
44887e0613
commit
4106228fa1
|
@ -36,7 +36,7 @@ function set() {
|
|||
|
||||
|
||||
if [ "$1" == "init" ] ; then
|
||||
$CURL -X DELETE "$URL/?recursive=true" > /dev/null || exit 1
|
||||
$CURL -X DELETE "$URL/?recursive=true" > /dev/null
|
||||
set /Config/MapLocalToID
|
||||
set /Config/MapIDToEndpoint
|
||||
set /TmpConfig/DBServers
|
||||
|
|
Loading…
Reference in New Issue