|
@@ -243,7 +243,7 @@ ls_install
|
|
ls_upgrade(){
|
|
ls_upgrade(){
|
|
clear
|
|
clear
|
|
echo ""
|
|
echo ""
|
|
-echo "Upgrading structure of Community Server tables."
|
|
|
|
|
|
+echo "Upgrading structure of Login Server tables."
|
|
echo ""
|
|
echo ""
|
|
for file in $(ls ../sql/login/updates/*.sql);do
|
|
for file in $(ls ../sql/login/updates/*.sql);do
|
|
$MYL --force < $file 2>> ls_error.log
|
|
$MYL --force < $file 2>> ls_error.log
|
|
@@ -330,7 +330,7 @@ cs_install
|
|
cs_upgrade(){
|
|
cs_upgrade(){
|
|
clear
|
|
clear
|
|
echo ""
|
|
echo ""
|
|
-echo "Upgrading structure of Game Server tables."
|
|
|
|
|
|
+echo "Upgrading structure of Community Server tables."
|
|
echo ""
|
|
echo ""
|
|
for file in $(ls ../sql/community/updates/*sql);do
|
|
for file in $(ls ../sql/community/updates/*sql);do
|
|
$MYC --force < $file 2>> cs_error.log
|
|
$MYC --force < $file 2>> cs_error.log
|