|
|
@ -4,6 +4,7 @@ |
|
|
|
# Website: http://gameservermanagers.com |
|
|
|
lgsm_version="271215" |
|
|
|
|
|
|
|
|
|
|
|
echo "" |
|
|
|
echo "Enter ${gamename} CD Key" |
|
|
|
echo "=================================" |
|
|
@ -12,8 +13,14 @@ echo "To get your server listed on the Master Server list" |
|
|
|
echo "you must get a free CD key. Get a key here:" |
|
|
|
echo "http://www.unrealtournament.com/ut2004server/cdkey.php" |
|
|
|
echo "" |
|
|
|
echo "Once you have the key enter it below" |
|
|
|
echo -n "KEY: " |
|
|
|
read CODE |
|
|
|
echo ""\""CDKey"\""="\""${CODE}"\""" > "${systemdir}/cdkey" |
|
|
|
if [ -z "${autoinstall}" ]; then |
|
|
|
echo "Once you have the key enter it below" |
|
|
|
echo -n "KEY: " |
|
|
|
read CODE |
|
|
|
echo ""\""CDKey"\""="\""${CODE}"\""" > "${systemdir}/cdkey" |
|
|
|
|
|
|
|
else |
|
|
|
echo "You can add your key using the following command" |
|
|
|
echo "./${selfname} server-cd-key" |
|
|
|
fi |
|
|
|
echo "" |