Commit c05e0667 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent e897a0ab
...@@ -82,7 +82,7 @@ Sgo() { ...@@ -82,7 +82,7 @@ Sgo() {
# Apy ... - spawn NEO/py admin # Apy ... - spawn NEO/py admin
Apy() { Apy() {
exec -a Apy \ exec -a Apy \
neoadmin --cluster=$cluster --bind=$Abind --masters=$Mbind $@ & neoadmin --cluster=$cluster --bind=$Abind --masters=$Mbind --logfile=$log/Apy.log $@ &
} }
# Zpy <data.fs> ... - spawn ZEO # Zpy <data.fs> ... - spawn ZEO
...@@ -228,6 +228,13 @@ GENsql() { ...@@ -228,6 +228,13 @@ GENsql() {
# ---- main driver ---- # ---- main driver ----
echo -n "# "; grep "^model name" /proc/cpuinfo |head -1 |sed -e 's/model name\s*: //'
echo -n "# "; uname -a
echo -n "# "; python --version
echo -n "# "; go version
echo -n "# "; mysqld --version
exit
GENfs GENfs
GENsqlite GENsqlite
GENsql GENsql
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment