Wiki option removal on setup script
The wiki is not ready for prime time at this point.
This commit is contained in:
@@ -414,8 +414,9 @@ An easy to run RSC private server environment using Docker magic.
|
||||
|
||||
Choices:
|
||||
${RED}1${NC} - Single player RSC game + basic database editing (using PHPMyAdmin)
|
||||
${RED}2${NC} - Game + Website + PHPMyAdmin
|
||||
${RED}3${NC} - Game + Website + PHPMyAdmin + RSC Preservation Wiki
|
||||
${RED}2${NC} - Game + Website + PHPMyAdmin"
|
||||
#${RED}3${NC} - Game + Website + PHPMyAdmin + RSC Preservation Wiki
|
||||
echo "
|
||||
|
||||
Which of the above do you want? Type 1, 2, or 3, and press enter."
|
||||
echo ""
|
||||
|
||||
@@ -208,7 +208,6 @@ echo:
|
||||
|
||||
IF /i "%edition%"=="1" goto game
|
||||
IF /i "%edition%"=="2" goto gameweb
|
||||
IF /i "%edition%"=="3" goto gamewebwiki
|
||||
|
||||
echo Error! %edition% is not a valid option. Press enter to try again."
|
||||
echo:
|
||||
|
||||
Reference in New Issue
Block a user