c9s / typeloy

typeloy is a meteor application deployment tool written in typescript.
MIT License
25 stars 8 forks source link

Setup menu doesn't return back to command line upon completion #19

Open thsowers opened 8 years ago

thsowers commented 8 years ago

When I run the setup command, I see the following output:

[xxx.xx.xx.xx] - Installing Node.js: 4.4.7
[xxx.xx.xx.xx] - Installing Node.js: 4.4.7: SUCCESS
[xxx.xx.xx.xx] - Setting up environment variable script
[xxx.xx.xx.xx] - Setting up environment variable script: SUCCESS
[xxx.xx.xx.xx] - Installing Stud
[xxx.xx.xx.xx] - Installing Stud: SUCCESS
[xxx.xx.xx.xx] - Configuring Stud for Upstart
[xxx.xx.xx.xx] - Configuring Stud for Upstart: SUCCESS
[xxx.xx.xx.xx] - Configuring SSL
[xxx.xx.xx.xx] - Configuring SSL: SUCCESS
[xxx.xx.xx.xx] - Configuring Stud
[xxx.xx.xx.xx] - Configuring Stud: SUCCESS
[xxx.xx.xx.xx] - Verifying SSL Configurations (ssl.pem)
[xxx.xx.xx.xx] - Verifying SSL Configurations (ssl.pem): SUCCESS
[xxx.xx.xx.xx] - Starting Stud
[xxx.xx.xx.xx] - Starting Stud: SUCCESS
[xxx.xx.xx.xx] - Configuring upstart: /etc/init/GEM.conf
[xxx.xx.xx.xx] - Configuring upstart: /etc/init/GEM.conf: SUCCESS

But, the terminal never returns from the last line. Looking at htop it seems like nothing is going on, but i'm not sure

c9s commented 7 years ago

@thsowers Does it still occur ?