mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 01:37:00 +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
|
else
|
||||||
## do some questioning!
|
## do some questioning!
|
||||||
echo
|
echo
|
||||||
echo "Welcome to helper script to extract required dataz for MaNGOS!"
|
echo "Welcome to helper script to extract required data for MaNGOS!"
|
||||||
echo "Should all dataz (dbc, maps, vmaps and mmaps be extracted? (y/n)"
|
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
|
read line
|
||||||
if [ "$line" = "y" ]
|
if [ "$line" = "y" ]
|
||||||
then
|
then
|
||||||
|
|
@ -123,7 +123,7 @@ then
|
||||||
read line
|
read line
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo "`date`: Start extracting dataz for MaNGOS" | tee $LOG_FILE
|
echo "`date`: Start extracting data for MaNGOS" | tee $LOG_FILE
|
||||||
|
|
||||||
## Handle log messages
|
## Handle log messages
|
||||||
if [ "$USE_AD" = "1" ];
|
if [ "$USE_AD" = "1" ];
|
||||||
|
|
@ -146,7 +146,7 @@ else
|
||||||
fi
|
fi
|
||||||
echo | tee -a $LOG_FILE
|
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
|
echo | tee -a $DETAIL_LOG_FILE
|
||||||
|
|
||||||
## Extract dbcs and maps
|
## Extract dbcs and maps
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue