Skip to content

Commit

Permalink
FPM
Browse files Browse the repository at this point in the history
  • Loading branch information
willnode committed Aug 22, 2024
1 parent 78eee56 commit 4cf2d88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sudoutil.js
Original file line number Diff line number Diff line change
Expand Up @@ -283,13 +283,13 @@ switch (cli.args.shift()) {
var fpmlist = ls(env.PHPFPM_REMILIST).filter((f) => f.match(/php\d\d/));
var services = [
'nginx',
...[...fpmlist.map((f) => f + '-php-fpm')],
...fpmlist.map((f) => f + '-php-fpm'),
'named',
'webmin',
'sshd',
'crond',
'mariadb',
// 'postgresql',
'postgresql-16',
'iptables',
'ip6tables',
'fail2ban',
Expand Down

0 comments on commit 4cf2d88

Please sign in to comment.