joomlatools / joomlatools-vagrant

Vagrant box for Joomla development.
https://www.joomlatools.com/developer/tools/vagrant/
Mozilla Public License 2.0
141 stars 37 forks source link

#152: when creating a screen also provide a -S name for easy killing … #153

Closed yiendos closed 5 years ago

yiendos commented 5 years ago

This PR closes #152

Testing instructions

Emulate multiple box share windows by:

  1. Open one terminal vagrant ssh

  2. emulate the box share screen by:

screen -S ngrokShare ngrok http joomlabox:80

  1. Open another teminal vagrant ssh

  2. Attempt to box share in the normal fashion.

Expected result

You should see the first terminal window close the current ngrok session. Or failing that no other ngrokShare windows when you type screen -ls