Skip to content

Commit

Permalink
Ignore postgres
Browse files Browse the repository at this point in the history
  • Loading branch information
willnode committed Aug 21, 2024
1 parent 29573d1 commit 78eee56
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 deletions.
5 changes: 0 additions & 5 deletions src/controllers/logman.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,7 @@
import express from 'express';
import {
iptablesExec as executor
} from '../executor/iptables.js';
import {
checkGet,
checkPost
} from '../util.js';
import { virtualminExec } from '../executor/virtualmin.js';
import { logmanExec } from '../executor/logman.js';

export default function () {
Expand Down
1 change: 0 additions & 1 deletion src/controllers/named.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import {
checkGet,
checkPost,
} from '../util.js';
import express from 'express';
import {
Expand Down
2 changes: 1 addition & 1 deletion sudoutil.js
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ switch (cli.args.shift()) {
'sshd',
'crond',
'mariadb',
'postgresql',
// 'postgresql',
'iptables',
'ip6tables',
'fail2ban',
Expand Down

0 comments on commit 78eee56

Please sign in to comment.