accept arguments on setup

useful if you want to setup a new instance programatically
This commit is contained in:
Gustavo Salomé Silva
2014-03-09 19:07:28 -03:00
parent 73c89010cb
commit 475ac1e772

2
nodebb
View File

@@ -38,7 +38,7 @@ case "$1" in
;;
setup)
node loader --setup
node loader --setup "$@"
;;
reset)