diff --git a/VERSION b/VERSION index 7501d50..26fb97c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -7.5.1 \ No newline at end of file +7.5.2 \ No newline at end of file diff --git a/overlay/etc/bf/init.d/22-php-ini.nu b/overlay/etc/bf/init.d/22-php-ini.nu index 80daf96..a52f7e2 100644 --- a/overlay/etc/bf/init.d/22-php-ini.nu +++ b/overlay/etc/bf/init.d/22-php-ini.nu @@ -10,4 +10,7 @@ export def main [] { let override_values = bf fs read $x | from json bf-php ini $override_values } } + + # return nothing + return } diff --git a/overlay/etc/bf/init.d/23-www-conf.nu b/overlay/etc/bf/init.d/23-www-conf.nu index 2737069..ccfea83 100644 --- a/overlay/etc/bf/init.d/23-www-conf.nu +++ b/overlay/etc/bf/init.d/23-www-conf.nu @@ -15,4 +15,7 @@ export def main [] { let override_values = bf fs read $x | from json bf-php ini insert_or_replace_values_in_file $fpm_conf $override_values } } + + # return nothing + return }