Skip to content

Commit

Permalink
chore: clean some shell spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
camlafit committed May 22, 2024
1 parent 2811789 commit 7f76a3c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion debian/changelog
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ alternc-php-fpm (3.6.2) stable; urgency=medium

alternc-php-fpm (3.6.1) stable; urgency=medium

* Missing option on apache vhost
* Missing option on apache vhost
* Improve documentation

-- Camille Lafitte <[email protected]> Tue, 20 Jun 2023 16:03:20 +0200
Expand Down
4 changes: 2 additions & 2 deletions debian/postinst
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ function generate_domains_type() {

for php_version in $php_list
do
type_name="php${php_version/[^0-9]/}-fpm"
type_name="php${php_version/[^0-9]/}-fpm"
sql="$sql \
INSERT IGNORE INTO domaines_type SET \
name='$type_name', \
Expand Down Expand Up @@ -118,7 +118,7 @@ printf "Alternc PHP FPM\n"
case "$1" in
configure)
printf "\tEnabling apache modules\n"
a2enmod proxy_fcgi setenvif
a2enmod proxy_fcgi setenvif
service apache2 restart
printf "\tGenerating related apache template\n"
generate_template_apache "$alternc_version"
Expand Down

0 comments on commit 7f76a3c

Please sign in to comment.