From fc52c7c6cb408e0f295f48c3369d04e4b438ac77 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Tue, 7 Jul 2015 22:57:15 +0100 Subject: [PATCH] Added additional DST instructions --- functions/fn_install_complete | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/functions/fn_install_complete b/functions/fn_install_complete index 6daa62845..f5b87625d 100644 --- a/functions/fn_install_complete +++ b/functions/fn_install_complete @@ -2,11 +2,17 @@ # LGSM fn_install_complete function # Author: Daniel Gibbs # Website: http://gameservermanagers.com -# Version: 210115 +# Version: 070715 +if [ "${gamename}" == "Dont Starve Together" ]; then + echo "" + echo "An Authentication Token is required to run this server!" + echo "Follow the instructions in this link to obtain this key" + echo " http://gameservermanagers.com/dst-auth-token" +fi echo "=================================" echo "Install Complete!" echo "" echo "To start server type:" echo "./${selfname} start" -echo "" \ No newline at end of file +echo ""