mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-07-25 20:18:25 +02:00
Initial support for FILEGATE.ZXX / RAID style import of file areas
This commit is contained in:
parent
104f6aeda9
commit
9c835af000
3 changed files with 201 additions and 10 deletions
|
@ -377,7 +377,7 @@ function importAreas() {
|
|||
console.error(err.reason ? err.reason : err.message);
|
||||
} else {
|
||||
const addFieldUpd = 'bbs' === importType ? '"name" and "desc"' : '"desc"';
|
||||
console.info('Configuration generated.');
|
||||
console.info('Import complete.');
|
||||
console.info(`You may wish to validate changes made to ${getConfigPath()}`);
|
||||
console.info(`as well as update ${addFieldUpd} fields, sorting, etc.`);
|
||||
console.info('');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue