Skip to content

Commit

Permalink
Fix FPM clean
Browse files Browse the repository at this point in the history
  • Loading branch information
willnode committed Dec 27, 2023
1 parent 2c8a2de commit 993a6fd
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 @@ -64,8 +64,8 @@ const env = Object.assign({}, {
OPENSSL_PATH: '/etc/pki/tls/openssl.cnf',
OPENSSL_OUT: '/etc/pki/tls/openssl.cnf',
VIRTUALMIN: 'virtualmin',
PHPFPM_REMILIST: '/opt/remi/',
PHPFPM_REMICONF: '/opt/remi/$/php-fpm.d',
PHPFPM_REMILIST: '/etc/opt/remi/',
PHPFPM_REMICONF: '/etc/opt/remi/$/php-fpm.d',
PHPFPM_REMILOC: '/opt/remi/$/root/usr/sbin/php-fpm',
SHELLCHECK_TMP: path.join(__dirname, '.tmp/check'),
SHELLTEST_TMP: path.join(__dirname, '.tmp/test'),
Expand Down

0 comments on commit 993a6fd

Please sign in to comment.