1
0
Fork 0

modified arangodb cli script

This commit is contained in:
hkernbach 2016-11-17 11:17:23 +01:00
parent 2fb13ebda6
commit 5a90a53cba
1 changed files with 10 additions and 0 deletions

View File

@ -73,3 +73,13 @@ tell application "Terminal"
activate
end tell
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