wattry / run-docker-external-storage

Discusses how to setup a docker environment on macOS 10.13: High Sierra (Lobo) and 10.14: Mojave
MIT License
118 stars 18 forks source link

Instructions error: Double slash when you `echo $EHOME` #5

Closed domgaulton closed 3 years ago

domgaulton commented 4 years ago

Bug

$ echo $EHOME
    /Volumes/<external-name>//Users/<user>

Caused by $HOME has a preceding slash, so when you join it in export EHOME=$E/$HOME, you get that extra slash in the middle

Resolution export EHOME=$E/$HOME should be export EHOME=$E$HOME

github-actions[bot] commented 3 years ago

This issue has had no activity for over 90 days. It will be closed in 5 days without any futher activity