|
@ -11,9 +11,8 @@ echo "Running build version: $(cat build.info)" |
|
|
|
|
|
|
|
|
case $1 in |
|
|
case $1 in |
|
|
run) |
|
|
run) |
|
|
echo "Baphomet Starting..." |
|
|
|
|
|
node index.js |
|
|
|
|
|
echo "...Baphomet Shutdown" |
|
|
|
|
|
|
|
|
echo "Starting Baphomet..." |
|
|
|
|
|
exec node index.js |
|
|
;; |
|
|
;; |
|
|
*) |
|
|
*) |
|
|
echo "\"$1\" is an unrecognized command" |
|
|
echo "\"$1\" is an unrecognized command" |
|
|