From 4cf2d88f7f2d6b1d199ad5785c5e95f6804a2542 Mon Sep 17 00:00:00 2001 From: Wildan M Date: Thu, 22 Aug 2024 19:52:58 +0700 Subject: [PATCH] FPM --- sudoutil.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sudoutil.js b/sudoutil.js index 912bcf0..f0bfea2 100755 --- a/sudoutil.js +++ b/sudoutil.js @@ -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',