You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
This line is showing the wrong log path.
OpenVPN-WebAdmin/install.sh
Line 529 in 43cd95f
"[▸ 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 "
The text was updated successfully, but these errors were encountered: