Template
1
0
mirror of https://github.com/bol-van/zapret2.git synced 2026-03-14 06:13:09 +00:00

nfqws2: test lua init scripts accessibility in --dry-run mode

This commit is contained in:
bol-van
2025-12-02 11:33:56 +03:00
parent a795b0f10c
commit ef4b427836

View File

@@ -2566,7 +2566,7 @@ int main(int argc, char **argv)
exit_clean(1);
#endif
print_id();
if (!test_list_files())
if (!test_list_files() || !lua_test_init_script_files())
exit_clean(1);
}
#endif