From e1224b32e4d91cbab4da544eebb65603f2dea3cc Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Sun, 26 Dec 2021 01:03:50 -0600 Subject: [PATCH] Change last message to source ~/.bash_profile instead of cd'ing relatively --- install.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.bash b/install.bash index 59a7959..25356b1 100755 --- a/install.bash +++ b/install.bash @@ -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 ${SDTD_USER_HOME} && source .bash_profile && 7D2D-Manage -h" +echo "su ${SDTD_USER_NAME} && source ~/.bash_profile && 7D2D-Manage -h"