nanobox-io / bootstrap

Collection of scripts used to bootstrap a nanobox host machine.
MIT License
4 stars 5 forks source link

$HOME variable not set when logging into host #4

Closed lyondhill closed 8 years ago

lyondhill commented 8 years ago

From @glinton on November 3, 2016 23:8

To reproduce the issue:

$ nanobox console do.1
...
--------------------------------------------------------------------------------
+ WARNING:
+ You are on a live, production Linux server.
+ This host is primarily responsible for running docker containers.
+ Changes made to this machine have real consequences.
+ Proceed at your own risk.
--------------------------------------------------------------------------------

# echo $HOME

#

Copied from original issue: nanobox-io/nanobox#249