tlsd 2.7.0 → 2.7.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/tlsd +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tlsd",
3
- "version": "2.7.0",
3
+ "version": "2.7.1",
4
4
  "description": "A server for web app prototyping with HTTPS and Websockets",
5
5
  "main": "tlsd.js",
6
6
  "bin": {
package/tlsd CHANGED
@@ -24,7 +24,7 @@ if [ "$cmd" = "run" ] ; then
24
24
 
25
25
  echo "Using node.js `node -v`"
26
26
 
27
- if DOMAINS_ROOT="domains" MAINTAINER_EMAIL="$email" VERBOSITY=3 node "$home/tlsd.js" ; then
27
+ if DOMAINS_ROOT="$home/domains" MAINTAINER_EMAIL="$email" VERBOSITY=3 node "$home/tlsd.js" ; then
28
28
  echo "`date` ____________ Graceful exit "
29
29
  break
30
30
  else