Browse Source

base path = /mnt/nfs/pali/

visuddhinanda 1 week ago
parent
commit
c05dcafb5d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      api-v13/app/Console/Commands/ExportPaliSynonyms.php

+ 1 - 1
api-v13/app/Console/Commands/ExportPaliSynonyms.php

@@ -56,7 +56,7 @@ class ExportPaliSynonyms extends Command
         $dictId[] = DictApi::getSysDict('robot_compound');
         $dictId[] = DictApi::getSysDict('robot_compound');
 */
 */
         $filename =  $this->option('output');
         $filename =  $this->option('output');
-        $BASE_PATH = '/srv/opensearch/synonyms/pali/';
+        $BASE_PATH = '/mnt/nfs/pali/';
         $fp = fopen($BASE_PATH . $filename, 'w') or exit('Unable to open file!');
         $fp = fopen($BASE_PATH . $filename, 'w') or exit('Unable to open file!');
 
 
         $parents = UserDict::select('parent')
         $parents = UserDict::select('parent')