projects
/
working
/
random.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1f63951
)
Run websocketd in background
author
Ben Shum
<ben@evergreener.net>
Thu, 25 Jul 2019 00:57:31 +0000
(20:57 -0400)
committer
Ben Shum
<ben@evergreener.net>
Thu, 25 Jul 2019 00:57:31 +0000
(20:57 -0400)
Signed-off-by: Ben Shum <ben@evergreener.net>
installer/stretch/eg_stretch_installer.sh
patch
|
blob
|
history
diff --git
a/installer/stretch/eg_stretch_installer.sh
b/installer/stretch/eg_stretch_installer.sh
index
e97ac50
..
da557a8
100755
(executable)
--- a/
installer/stretch/eg_stretch_installer.sh
+++ b/
installer/stretch/eg_stretch_installer.sh
@@
-605,7
+605,7
@@
function configure_websockets {
echo b. Run websocketd without a proxy (chosen)
/usr/local/bin/websocketd --port 7682 --ssl --sslcert=/etc/apache2/ssl/server.crt \
- --sslkey=/etc/apache2/ssl/server.key /openils/bin/osrf-websocket-stdio
+ --sslkey=/etc/apache2/ssl/server.key /openils/bin/osrf-websocket-stdio
&
echo End of configuring websockets =~-._
}