From 8250a2518a4f2f25fd51eb679921e64a63028449 Mon Sep 17 00:00:00 2001 From: Enrico Fasoli Date: Sat, 25 Apr 2015 10:13:42 +0200 Subject: [PATCH] fix auto-reboot non funzionante --- bin/hubot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/hubot b/bin/hubot index 805aced..3e4c2a5 100755 --- a/bin/hubot +++ b/bin/hubot @@ -2,7 +2,7 @@ set -e -#npm install +npm install export PATH="node_modules/.bin:node_modules/hubot/node_modules/.bin:$PATH" DEBUG=nightmare PYTHON=python2 BIND_ADDRESS=localhost node_modules/.bin/hubot --name "asjon" --alias "assa" "$@"