From 52e8c92827686a865f912d84e20bd908799f8443 Mon Sep 17 00:00:00 2001 From: "Rob Swindell (on Debian Linux)" <rob@synchro.net> Date: Sat, 25 May 2024 16:56:54 -0700 Subject: [PATCH] Clean up the old attr.cfg file Thanks for the reminder, Keyop --- exec/cleanup.js | 1 + 1 file changed, 1 insertion(+) diff --git a/exec/cleanup.js b/exec/cleanup.js index 6e6beddb0a..72de8a1b86 100644 --- a/exec/cleanup.js +++ b/exec/cleanup.js @@ -27,6 +27,7 @@ const file_list = [ { dir: system.data_dir + backslash("user"), file: "user.dat", desc: "User database (migrated to user.tab)" }, { dir: system.data_dir + backslash("user/ptrs"), file: "*.ixb", desc: "User message scan config/pointers (migrated to *.subs)" }, { dir: system.ctrl_dir, file: "*.cnf", desc: "System configuration settings (migrated to *.ini)" }, + { dir: system.ctrl_dir, file: "attr.cfg", desc: "Text attribute settings (migrated to attr.ini)" }, { dir: system.ctrl_dir, file: "sbbsecho.cfg", desc: "SBBSecho v2 configuration settings (migrated to sbbsecho.ini)" }, { dir: system.ctrl_dir, file: "dsts.dab", desc: "Daily system statistics (migrated to dsts.ini)" }, { dir: system.ctrl_dir, file: "csts.dab", desc: "Cumulative system statistics (migrated to csts.tab)" }, -- GitLab