Skip to content

Commit

Permalink
Fix warnings when enabling/disabling SPX.
Browse files Browse the repository at this point in the history
  • Loading branch information
longwave committed Oct 8, 2024
1 parent 9931718 commit 04184c7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion web-build/disable_spx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/bin/bash
#ddev-generated
phpdismod spx

phpdismod -v $DDEV_PHP_VERSION spx

killall -USR2 php-fpm 2>/dev/null || true

Expand Down
2 changes: 1 addition & 1 deletion web-build/enable_spx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
#ddev-generated

phpenmod spx
phpenmod -v $DDEV_PHP_VERSION spx

killall -USR2 php-fpm 2>/dev/null || true

Expand Down

0 comments on commit 04184c7

Please sign in to comment.