fabric appears to start apache2 but doesn't

后端 未结 6 603
不思量自难忘°
不思量自难忘° 2020-12-29 04:27

I\'m using fabric to remotely start a micro aws server, install git and a git repository, adjust apache config and then restart the server.

If at any point, from the

6条回答
  •  温柔的废话
    2020-12-29 05:07

    Try this:

    sudo('service apache2 restart',pty=False)
    

    This worked for me after running into the same problem. I'm not sure why this happens.

提交回复
热议问题