From: Nadav Har'El <n...@scylladb.com>
Committer: GitHub <nore...@github.com>
Branch: master

Merge pull request #60 from kubrickfr/feature/fix-#59

the exe name is now libhttpserver-api.so

---
diff --git a/httpserver-html5-cli/module.py b/httpserver-html5-cli/module.py
--- a/httpserver-html5-cli/module.py
+++ b/httpserver-html5-cli/module.py
@@ -13,7 +13,7 @@

 # httpserver will run regardless of an explicit command line
 # passed with "run.py -e".
-_exe = '/libhttpserver.so'
+_exe = '/libhttpserver-api.so'
 daemon = api.run_on_init(_exe + ' &!')

 fg = api.run(_exe)

--
You received this message because you are subscribed to the Google Groups "OSv 
Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to osv-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to