mirror of
https://github.com/mangosfour/server.git
synced 2025-12-12 19:37:03 +00:00
spelling corrections and explained options a little more
This commit is contained in:
parent
6419d8b47a
commit
c410f30f65
1 changed files with 4 additions and 4 deletions
|
|
@ -38,8 +38,8 @@ then
|
|||
else
|
||||
## do some questioning!
|
||||
echo
|
||||
echo "Welcome to helper script to extract required dataz for MaNGOS!"
|
||||
echo "Should all dataz (dbc, maps, vmaps and mmaps be extracted? (y/n)"
|
||||
echo "Welcome to helper script to extract required data for MaNGOS!"
|
||||
echo "Should all data (dbc, maps, vmaps and mmaps be extracted? (y/n) - Selecting n will give you the option to pick each step"
|
||||
read line
|
||||
if [ "$line" = "y" ]
|
||||
then
|
||||
|
|
@ -123,7 +123,7 @@ then
|
|||
read line
|
||||
fi
|
||||
|
||||
echo "`date`: Start extracting dataz for MaNGOS" | tee $LOG_FILE
|
||||
echo "`date`: Start extracting data for MaNGOS" | tee $LOG_FILE
|
||||
|
||||
## Handle log messages
|
||||
if [ "$USE_AD" = "1" ];
|
||||
|
|
@ -146,7 +146,7 @@ else
|
|||
fi
|
||||
echo | tee -a $LOG_FILE
|
||||
|
||||
echo "`date`: Start extracting dataz for MaNGOS, DBCs/maps $USE_AD, vmaps $USE_VMAPS, mmaps $USE_MMAPS on $NUM_CPU processes" | tee $DETAIL_LOG_FILE
|
||||
echo "`date`: Start extracting data for MaNGOS, DBCs/maps $USE_AD, vmaps $USE_VMAPS, mmaps $USE_MMAPS on $NUM_CPU processes" | tee $DETAIL_LOG_FILE
|
||||
echo | tee -a $DETAIL_LOG_FILE
|
||||
|
||||
## Extract dbcs and maps
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue