Skip to content

Commit 7931e37

Browse files
committed
Fix lang reg function and command
1 parent b87285e commit 7931e37

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

manage.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3951,8 +3951,8 @@ start_import_crediting() {
39513951
run_mbs_cmd import-from-url2 "${ES_APPS_URLS[$i]}" "${ES_APPS_IMPORT_TIMEOUT_SECS[$i]}" "${ES_APPS_IMPORT_MAX_TRIES[$i]}"
39523952
}
39533953

3954-
start_import_lang_reg() {
3955-
echo "Importing Lang Registry app ..."
3954+
start_import_land_reg() {
3955+
echo "Importing Land Registry app ..."
39563956
local i
39573957
i=1
39583958
run_mbs_cmd import-from-url2 "${ES_APPS_URLS[$i]}" "${ES_APPS_IMPORT_TIMEOUT_SECS[$i]}" "${ES_APPS_IMPORT_MAX_TRIES[$i]}"
@@ -5987,10 +5987,10 @@ pre_command() {
59875987
start_import_crediting
59885988
;;
59895989

5990-
import-lang-reg)
5990+
import-land-reg)
59915991
num=""; wps=""; cps=""; dbp=""; blexp=""
59925992
read_install_params_to_vars || exit 21
5993-
start_import_lang_reg
5993+
start_import_land_reg
59945994
;;
59955995

59965996
import-token-sale)

0 commit comments

Comments
 (0)