mirror of https://gitee.com/bigwinds/arangodb
modified arangodb cli script
This commit is contained in:
parent
2fb13ebda6
commit
5a90a53cba
|
@ -73,3 +73,13 @@ tell application "Terminal"
|
||||||
activate
|
activate
|
||||||
end tell
|
end tell
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
|
# start safari and open web ui
|
||||||
|
|
||||||
|
sleep 10;
|
||||||
|
/usr/bin/osascript <<-EOF
|
||||||
|
tell application "Safari"
|
||||||
|
open location "http://127.0.0.1:8529/"
|
||||||
|
activate
|
||||||
|
end tell
|
||||||
|
EOF
|
||||||
|
|
Loading…
Reference in New Issue