Show correct user home path after install

This commit is contained in:
Price Hiller 2021-12-26 00:47:43 -06:00
parent be8e84793b
commit 14e28c57d9

View File

@ -62,5 +62,5 @@ rm -rf "${GIT_DIR}"
echo "Finished with installation."
echo "You should open the default ports for the server, default starts at 50000. Considering opening 50000 - 50010, that will allow up to 10 7D2D servers without telnet"
echo "To try it out as the user paste the following:"
echo "su ${SDTD_USER_NAME} && cd ${HOME} && source .bash_profile && 7D2D-Manage -h"
echo "su ${SDTD_USER_NAME} && cd ${SDTD_USER_HOME} && source .bash_profile && 7D2D-Manage -h"