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

Wrong message for log. #25

Open
BrixSat opened this issue Feb 2, 2021 · 1 comment
Open

Wrong message for log. #25

BrixSat opened this issue Feb 2, 2021 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@BrixSat
Copy link

BrixSat commented Feb 2, 2021

This line is showing the wrong log path.

message_print_out i "${INFO002}"

"[▸ You can check the progress of the installation with tail -f /opt/[ovpn-git]/loginstall.log ◂]"

When the log is in "${CURRENT_PATH}/loginstall.log"

The line should be:

message_print_out i "${INFO002} ${CURRENT_PATH}/loginstall.log"

And the INFO002 should be:

INFO002="You can check the progress of the installation with tail -f "

@Wutze Wutze added the enhancement New feature or request label Feb 2, 2021
@Wutze
Copy link
Owner

Wutze commented Feb 2, 2021

This is the correct message, as I cannot know the current installation path.ovpn-git] is only the placeholder for the folder into which you have cloned the Git repository.

However, I could include this idea in the future installation script and then output the correct path.

Thanks ;o)

@Wutze Wutze self-assigned this Mar 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants