Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docker-TLS/c{} - change DEFAULT_USER_HOME="/home/" to ~ #54

Closed
BradleyA opened this issue Jun 9, 2019 · 1 comment
Closed

docker-TLS/c{} - change DEFAULT_USER_HOME="/home/" to ~ #54

BradleyA opened this issue Jun 9, 2019 · 1 comment
Assignees
Labels
enhancement Increase or improve in quality, performance, business value, function, or user satisfaction.

Comments

@BradleyA
Copy link
Owner

BradleyA commented Jun 9, 2019

change:
DEFAULT_USER_HOME="/home/"
to:
DEFAULT_USER_HOME=$(echo ~ | sed s/${USER}//)
no to this:
DEFAULT_USER_HOME=$(dirname "${HOME}")

check-user-ssh.sh
create-user-tls.sh

@BradleyA BradleyA added the enhancement Increase or improve in quality, performance, business value, function, or user satisfaction. label Jun 9, 2019
@BradleyA BradleyA self-assigned this Jun 9, 2019
@BradleyA BradleyA changed the title docker-TLS/c{} - change DEFAULT_USER_HOME="/home/" to ~:w docker-TLS/c{} - change DEFAULT_USER_HOME="/home/" to ~ Jun 9, 2019
@BradleyA
Copy link
Owner Author

BradleyA commented Jun 9, 2019

complete

@BradleyA BradleyA closed this as completed Jun 9, 2019
BradleyA added a commit that referenced this issue Sep 7, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Increase or improve in quality, performance, business value, function, or user satisfaction.
Projects
None yet
Development

No branches or pull requests

1 participant