File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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)
You can’t perform that action at this time.
0 commit comments