Skip to content

Commit 4d83591

Browse files
committed
Release 7.0.9 - See CHANGELOG.md
1 parent 277d70f commit 4d83591

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 7.0.9 2022-08-08 <dave at tiredofit dot ca>
2+
3+
### Changed
4+
- Additional fixes to 7.0.8
5+
6+
17
## 7.0.8 2022-08-08 <dave at tiredofit dot ca>
28

39
### Changed

install/assets/functions/20-php-fpm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ phpfpm_bootstrap() {
1717

1818
case "${PHP_BASE}" in
1919
"5.6" | "7.0" | "7.1" | "7.2" )
20-
sed "/log_limit =/d" /assets/php-fpm/fpm/php-fpm.conf
20+
sed -i "/log_limit =/d" /assets/php-fpm/fpm/php-fpm.conf
2121
;;
2222
esac
2323
}
@@ -145,7 +145,7 @@ EOF
145145
silent php-ext enable all
146146
php_actual_plugins_enabled="${php_actual_plugins_enabled} ${f/.ini/}"
147147
done
148-
print_notice "PHP-FPM Preparing to start with the following plugins enabled: $(echo ${php_actual_plugins_enabled} | sed 's|/etc/php7/mods-available/||g' | sed 's| |,|g' )"
148+
print_notice "PHP-FPM Preparing to start with the following plugins enabled: $(echo ${php_actual_plugins_enabled} | sed 's|${php_prefix}/mods-available/||g' | sed 's| |,|g' )"
149149
fi
150150
}
151151

0 commit comments

Comments
 (0)